mirror of
https://github.com/Athemis/PyDSF.git
synced 2025-04-06 06:56:04 +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,
|
from PyQt5.QtCore import (pyqtSlot, QObject, pyqtSignal, QThreadPool,
|
||||||
QRunnable, QCoreApplication)
|
QRunnable, QCoreApplication)
|
||||||
from PyQt5.QtWidgets import (QMainWindow, QProgressBar, QDialogButtonBox,
|
from PyQt5.QtWidgets import (QMainWindow, QProgressBar, QDialogButtonBox,
|
||||||
QFileDialog, QMessageBox, QApplication,
|
QFileDialog, QMessageBox, QApplication)
|
||||||
QTableWidget, QTableWidgetItem)
|
|
||||||
|
|
||||||
from .Ui_mainwindow import Ui_MainWindow
|
from .Ui_mainwindow import Ui_MainWindow
|
||||||
from .mplwidget import MplWidget
|
from .mplwidget import MplWidget
|
||||||
|
|
Loading…
Add table
Reference in a new issue