fixing dependency.

This commit is contained in:
ericbsd
2025-09-21 17:43:18 -03:00
parent e8a179495c
commit 291947c317
-2
View File
@@ -5,8 +5,6 @@ Install Station executable module.
This is the main entry point for the Install Station GTK+ application. This is the main entry point for the Install Station GTK+ application.
It initializes all page components and sets up the main window interface. It initializes all page components and sets up the main window interface.
""" """
from __future__ import annotations
import gi import gi
gi.require_version('Gtk', '3.0') gi.require_version('Gtk', '3.0')
from gi.repository import Gtk from gi.repository import Gtk