Skip to content

Commit

Permalink
fix(cli): remove unused import in HyfiConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Apr 26, 2023
1 parent bfc9ab4 commit c89361b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyfi/__cli__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import hydra

from .env import HyfiConfig, __hydra_version_base__
from .main import DictConfig, HyFI, getLogger, _about
from .main import DictConfig, HyFI, _about, getLogger

logger = getLogger(__name__)

Expand Down

0 comments on commit c89361b

Please sign in to comment.