diff --git a/src/gui/main_window.py b/src/gui/main_window.py index 1bc8667..403ff2d 100644 --- a/src/gui/main_window.py +++ b/src/gui/main_window.py @@ -20,7 +20,7 @@ from PyQt6.QtWidgets import ( QMessageBox ) from PyQt6.QtCore import Qt, QSize, pyqtSignal, QThread, QTimer -from PyQt6.QtGui import QIcon, QShortcut, QKeySequence, QMessageBox +from PyQt6.QtGui import QIcon, QShortcut, QKeySequence from src.core.ocr import ensure_paddleocr from src.gui.styles import ThemeStyles