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