Clean up unused imports

This commit is contained in:
heliguy4599
2024-10-12 23:48:07 -04:00
parent 892f9a63a2
commit 9ccd84dedf
21 changed files with 23 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
from gi.repository import Adw, Gtk, GLib, Gio, Gdk
from gi.repository import Adw, Gtk, Gio, Gdk
from .error_toast import ErrorToast
from .data_box import DataBox
from .data_subpage import DataSubpage