From 291947c317431b7c11e810cb53703871de13629f Mon Sep 17 00:00:00 2001 From: ericbsd Date: Sun, 21 Sep 2025 17:43:18 -0300 Subject: [PATCH] fixing dependency. --- install-station | 2 -- 1 file changed, 2 deletions(-) diff --git a/install-station b/install-station index 5ff8acf..5d4e0e5 100755 --- a/install-station +++ b/install-station @@ -5,8 +5,6 @@ Install Station executable module. This is the main entry point for the Install Station GTK+ application. It initializes all page components and sets up the main window interface. """ -from __future__ import annotations - import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk