Skip to content

Commit e27dea0

Browse files
committed
fix import
1 parent 3c58fee commit e27dea0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

archinstall/lib/locale/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from archinstall.lib.command import SysCommand
22
from archinstall.lib.exceptions import ServiceException, SysCallError
3+
from archinstall.lib.linux_path import LPath
34
from archinstall.lib.output import error
45
from archinstall.lib.utils.util import running_from_iso
5-
from archinstall.linux_path import LPath
6+
67

78
def list_keyboard_languages() -> list[str]:
89
return (
@@ -110,6 +111,7 @@ def list_timezones() -> list[str]:
110111
.splitlines()
111112
)
112113

114+
113115
def list_console_fonts() -> list[str]:
114116
fonts: list[str] = []
115117
font_dir = LPath('/usr/share/kbd/consolefonts')

0 commit comments

Comments
 (0)