Skip to content

Commit

Permalink
Tweaked import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed authored Jun 6, 2024
1 parent e3da108 commit a222ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/tui/curses_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from enum import Enum, auto
from typing import Any, Self, Optional, Tuple, Dict, List, TYPE_CHECKING, TypeVar, Generic, Literal
from typing import Callable
from archinstall.lib.output import unicode_ljust, debug
from ..lib.output import unicode_ljust, debug

if TYPE_CHECKING:
_: Any
Expand Down

0 comments on commit a222ea9

Please sign in to comment.