Skip to content

Commit

Permalink
fix: import in autocorrect_service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maximjsx committed Nov 19, 2024
1 parent 822168c commit 0232b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autocorrect_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0232b28

Please sign in to comment.