Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobronzi committed Mar 13, 2024
1 parent 172e24d commit e7f329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amlrt_project/utils/logging_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from git import InvalidGitRepositoryError, Repo
from pip._internal.operations import freeze

from amlrt_project.data.constants import (AIM, EXP_LOGGERS, TENSORBOARD)
from amlrt_project.data.constants import AIM, EXP_LOGGERS, TENSORBOARD
from amlrt_project.utils.aim_logger_utils import prepare_aim_logger

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit e7f329f

Please sign in to comment.