Skip to content

Commit

Permalink
Merge branch '3277' of https://github.com/puhuk/ignite into 3277
Browse files Browse the repository at this point in the history
  • Loading branch information
puhuk committed Sep 4, 2024
2 parents 8a00546 + 011d8b7 commit 153f16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/handlers/mlflow_logger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""MLflow logger and its helper handlers."""

import re
import warnings
from typing import Any, Callable, List, Optional, Union

Expand All @@ -9,7 +10,6 @@

from ignite.handlers.base_logger import BaseLogger, BaseOptimizerParamsHandler, BaseOutputHandler
from ignite.handlers.utils import global_step_from_engine # noqa
import re

__all__ = ["MLflowLogger", "OutputHandler", "OptimizerParamsHandler", "global_step_from_engine"]

Expand Down

0 comments on commit 153f16d

Please sign in to comment.