refactor imports

This commit is contained in:
Vxrtrauter
2026-03-11 15:40:25 +01:00
parent c4685dc2de
commit e97f9ffe8a
20 changed files with 70 additions and 65 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
import threading
from PySide6.QtCore import QObject, Signal
from PySide6.QtWidgets import QTableWidget
from typing import Any, List, Dict
from pathlib import Path
import threading
class AppState(QObject):
image_changed = Signal(str)