Skip to content

Commit 7a53618

Browse files
committed
Fix ruff formatting
1 parent 511e848 commit 7a53618

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

archinstall/tui/ui/components.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,7 @@ def __init__(self, main: InstanceRunnable[ValueT] | Callable[[], Awaitable[Value
12391239
@override
12401240
async def _on_exit_app(self) -> None:
12411241
from archinstall.lib.translationhandler import _restore_console_font
1242+
12421243
_restore_console_font()
12431244
await super()._on_exit_app()
12441245

@@ -1252,6 +1253,7 @@ def action_trigger_help(self) -> None:
12521253

12531254
def on_mount(self) -> None:
12541255
import archinstall.lib.translationhandler as th
1256+
12551257
if th._ENV_FONT:
12561258
if th._set_console_font(th._ENV_FONT):
12571259
th._font_state.using_env_font = True

0 commit comments

Comments
 (0)