Skip to content

Commit df6410e

Browse files
committed
fix typo in import
1 parent 2f7ff46 commit df6410e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/script/ScriptSelector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
from qgis.PyQt import uic
3030
from qgis.PyQt.QtCore import Qt
31-
from qgis.PyQt.QtWidgets import QTreeWidgetItem, QFileDialog,
31+
from qgis.PyQt.QtWidgets import QTreeWidgetItem, QFileDialog
3232

3333
from processing.core.alglist import algList
3434

0 commit comments

Comments
 (0)