mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 12:00:58 +08:00
Fix pylint issues
This commit is contained in:
@@ -274,7 +274,7 @@ class MLflowExpManager(ExpManager):
|
||||
|
||||
def _set_uri(self):
|
||||
self._client = mlflow.tracking.MlflowClient(tracking_uri=self.uri)
|
||||
logger.info('{:}'.format(self._client))
|
||||
logger.info("{:}".format(self._client))
|
||||
|
||||
@property
|
||||
def client(self):
|
||||
|
||||
Reference in New Issue
Block a user