Skip to content

Commit dc509f4

Browse files
committed
Fix bad import
1 parent d7b0244 commit dc509f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/plugins/processing/gui/ConfigDialog.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
QToolButton,
4343
QHBoxLayout,
4444
QComboBox,
45-
QPushButton)
45+
QPushButton,
46+
QApplication)
4647
from qgis.PyQt.QtGui import (QIcon,
4748
QStandardItemModel,
4849
QStandardItem,
49-
QApplication,
5050
QCursor)
5151

5252
from qgis.gui import (QgsDoubleSpinBox,

0 commit comments

Comments
 (0)