Skip to content

Commit

Permalink
fix(hyfi): replace GlobalConfig with HyFI in print_about method
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 6, 2023
1 parent 4c446dd commit 6bab887
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hyfi/__click__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from hyfi.copier import Copier
from hyfi.core import global_hyfi
from hyfi.main import HyFI
from hyfi.main.config import GlobalConfig
from hyfi.utils.logging import LOGGING

logger = LOGGING.getLogger(__name__)
Expand Down Expand Up @@ -108,7 +107,7 @@ def about():
"""
Print the about information for Hyfi.
"""
GlobalConfig().print_about()
HyFI.print_about()


@cli.command()
Expand Down

0 comments on commit 6bab887

Please sign in to comment.