Parcourir la source

fix missing Signal import in scanner_tab

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
spacexerq il y a 4 semaines
Parent
commit
081c791ef1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      apps/gui/src/tabs/scanner_tab.py

+ 1 - 1
apps/gui/src/tabs/scanner_tab.py

@@ -7,7 +7,7 @@ from __future__ import annotations
 
 import json
 
-from PySide6.QtCore import Qt, QTimer
+from PySide6.QtCore import Qt, QTimer, Signal
 from PySide6.QtGui import QFont, QColor
 from PySide6.QtWidgets import (
     QWidget, QSplitter, QVBoxLayout, QHBoxLayout,