diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-09 00:08:19 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-09 00:27:57 -0700 |
| commit | 41c4a2b287030f93b96db27dc6783e2b12aab99e (patch) | |
| tree | c539b29f27c10a7744a7bf8ab0e3e117589cff80 | |
| parent | d52cc44c005e4bc683e09ab4bd4f1bce9288502d (diff) | |
fix gui_loading import
| -rw-r--r-- | gui/gui_loading.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
