From 41c4a2b287030f93b96db27dc6783e2b12aab99e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 9 May 2026 00:08:19 -0700 Subject: fix gui_loading import --- gui/gui_loading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui_loading.py b/gui/gui_loading.py index a94e512..962733e 100644 --- a/gui/gui_loading.py +++ b/gui/gui_loading.py @@ -6,7 +6,7 @@ import time from PySide6.QtCore import QTimer from PySide6.QtWidgets import QDialog, QHBoxLayout, QLabel, QProgressBar, QVBoxLayout -from gui.gui.gui_common import ensure_qt_app +from gui.gui_common import ensure_qt_app T = TypeVar("T") -- cgit v1.2.3