Skip to content

Commit

Permalink
yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
KuuCi committed Apr 16, 2024
1 parent d2d98cb commit ded6862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/loggers/test_mlflow_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def test_mlflow_logger_uses_env_var_run_name(monkeypatch, mock_mlflow_client):

monkeypatch.setattr(mlflow, 'set_tracking_uri', MagicMock())
monkeypatch.setattr(mlflow, 'start_run', MagicMock())

from composer.loggers.mlflow_logger import MLFlowLogger
mock_state = MagicMock()
mock_state.run_name = 'dummy-run-name'
Expand Down

0 comments on commit ded6862

Please sign in to comment.