diff options
| -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") |
