Skip to content

Commit

Permalink
fixed circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobronzi committed Mar 13, 2024
1 parent 6dfd127 commit 55c9e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion amlrt_project/utils/aim_logger_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
from aim.pytorch_lightning import AimLogger

from amlrt_project.data.constants import LOG_FOLDER
from amlrt_project.utils.logging_utils import AIM_INFO_FILE_NAME

AIM_INFO_FILE_NAME = "aim_info.yaml"


def prepare_aim_logger(hyper_params, options, output):
Expand Down
1 change: 0 additions & 1 deletion amlrt_project/utils/logging_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from amlrt_project.utils.aim_logger_utils import prepare_aim_logger

logger = logging.getLogger(__name__)
AIM_INFO_FILE_NAME = "aim_info.yaml"


class LoggerWriter: # pragma: no cover
Expand Down

0 comments on commit 55c9e4d

Please sign in to comment.