Browse Source

fix missing Signal import in scanner_tab

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
spacexerq 3 weeks ago
parent
commit
081c791ef1
1 changed files with 1 additions and 1 deletions
  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,