瀏覽代碼

fix missing Signal import in scanner_tab

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
spacexerq 4 周之前
父節點
當前提交
081c791ef1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,