From 0232b28aa5b20706afb906b40ff37f18ea08e77f Mon Sep 17 00:00:00 2001 From: Maxim Date: Tue, 19 Nov 2024 15:20:57 +0200 Subject: [PATCH] fix: import in autocorrect_service.py --- src/autocorrect_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autocorrect_service.py b/src/autocorrect_service.py index 59e8732..fb97173 100644 --- a/src/autocorrect_service.py +++ b/src/autocorrect_service.py @@ -11,7 +11,7 @@ from PyQt6.QtGui import QPainter, QColor, QCursor from PyQt6.QtWidgets import QDialog, QVBoxLayout, QHBoxLayout, QLineEdit, QPushButton, QApplication, QMessageBox -from src.command_executer import CommandExecutor +from command_executer import CommandExecutor logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s',