mirror of
https://github.com/Athemis/PyDSF.git
synced 2025-04-05 14:46:03 +00:00
Remove unused imports
This commit is contained in:
parent
5e275d57e5
commit
b85c58018c
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ Module implementing MainWindow.
|
|||
from PyQt5.QtCore import (pyqtSlot, QObject, pyqtSignal, QThreadPool,
|
||||
QRunnable, QCoreApplication)
|
||||
from PyQt5.QtWidgets import (QMainWindow, QProgressBar, QDialogButtonBox,
|
||||
QFileDialog, QMessageBox, QApplication,
|
||||
QTableWidget, QTableWidgetItem)
|
||||
QFileDialog, QMessageBox, QApplication)
|
||||
|
||||
from .Ui_mainwindow import Ui_MainWindow
|
||||
from .mplwidget import MplWidget
|
||||
|
|
Loading…
Add table
Reference in a new issue