Commit 904b278a authored by leswing's avatar leswing
Browse files

Formatting

parent 268c6810
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,5 +5,7 @@ try:
  import xgboost as xgboost
except:
  print("Warning: No XGBOOST installed on your system")
  print("Attempting to run models with XGBOOST dependencies will throw runtime errors")
  print(
      "Attempting to run models with XGBOOST dependencies will throw runtime errors"
  )
  xgboost = None
+23 −23

File changed.

Contains only whitespace changes.