Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
svartkanin committed Aug 31, 2024
1 parent f5be970 commit 94b012a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion archinstall/lib/global_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,4 +543,3 @@ def _prev_mirror_config(self, item: MenuItem) -> Optional[str]:
output += '{}\n{}'.format(str(_('Custom mirrors')), table)

return output.strip()

1 change: 0 additions & 1 deletion archinstall/lib/translationhandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,3 @@ def format(self, *args) -> str:
def install(cls) -> None:
import builtins
builtins._ = cls # type: ignore

1 change: 0 additions & 1 deletion examples/interactive_installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,3 @@ def _interactive() -> None:


_interactive()

0 comments on commit 94b012a

Please sign in to comment.