1
0
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:
D-X-Y
2021-03-04 22:37:58 -08:00
parent 452fb8f013
commit e327f404e3
2 changed files with 5 additions and 5 deletions

View File

@@ -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):