Remove some unneeded imports
This commit is contained in:
@@ -33,9 +33,9 @@ from os import path
|
||||
from PyQt5.QtCore import Qt
|
||||
from PyQt5.QtGui import QFont
|
||||
from PyQt5.QtWidgets import (
|
||||
QDialog, QHBoxLayout, QVBoxLayout, QLineEdit, QLabel, QWidget, QTabWidget,
|
||||
QDialogButtonBox, QSpinBox, QGroupBox, QComboBox, QMessageBox, QCheckBox,
|
||||
QGridLayout, QFontComboBox, QPushButton, QFileDialog, QFormLayout
|
||||
QDialog, QWidget, QHBoxLayout, QVBoxLayout, QTabWidget, QComboBox, QSpinBox,
|
||||
QPushButton, QFontComboBox, QLineEdit, QDialogButtonBox, QMessageBox,
|
||||
QFileDialog
|
||||
)
|
||||
|
||||
from nw.additions import QSwitch, QConfigLayout
|
||||
|
||||
Reference in New Issue
Block a user