Cleanup of unneeded imports

This commit is contained in:
Veronica K. B. Olsen
2020-05-11 00:20:46 +02:00
parent aba7b452e5
commit 3ad4e26dbc
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ from time import time
from PyQt5.QtCore import Qt, QTimer, pyqtSlot
from PyQt5.QtWidgets import (
qApp, QTextEdit, QAction, QMenu, QShortcut, QMessageBox, QLabel
qApp, QTextEdit, QAction, QMenu, QShortcut, QMessageBox
)
from PyQt5.QtGui import (
QTextCursor, QTextOption, QKeySequence, QFont, QColor, QPalette,