소스 검색

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,