Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Commit e536591

Browse files
committed
fixed indent
1 parent ea237ff commit e536591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

splicemachine/ml/management.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ def __init__(self, _tracking_uri='http://mlflow:5001'):
1313
mlflow.set_tracking_uri(_tracking_uri)
1414
print("Tracking Model Metadata on MLFlow Server @ " + mlflow.get_tracking_uri())
1515

16-
if not mlflow.get_tracking_uri() == _tracking_uri:
17-
Warning("MLManager doesn't seem to be communicating with the right server endpoint. \
18-
Try instantiating this class again!")
16+
if not mlflow.get_tracking_uri() == _tracking_uri:
17+
Warning("MLManager doesn't seem to be communicating with the right server endpoint." \
18+
"Try instantiating this class again!")
1919

2020
MlflowClient.__init__(self, _tracking_uri)
2121
self.active_run = None

0 commit comments

Comments
 (0)