Skip to content

Commit

Permalink
Removed un-needed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elmoiv authored Jun 5, 2021
1 parent 26876df commit 0978107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from PyQt5.QtWidgets import QMainWindow, QTableWidgetItem, QMessageBox, \
QMenu, QSystemTrayIcon, QAction
from PyQt5.QtGui import QPixmap, QIcon, QFont
from PyQt5.QtGui import QPixmap, QIcon
from PyQt5.QtCore import Qt

from ui_main import Ui_MainWindow
Expand Down

0 comments on commit 0978107

Please sign in to comment.