mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
[processing] add missed imports (fix #17843)
This commit is contained in:
parent
7cad24d82f
commit
eb7a187a88
@ -10,6 +10,8 @@ from qgis.PyQt.QtWidgets import (QLineEdit, QPushButton, QLabel,
|
||||
|
||||
from qgis.core import (QgsProcessingUtils,
|
||||
QgsProcessingParameterDefinition,
|
||||
QgsProcessingParameterRasterLayer,
|
||||
QgsProcessingOutputRasterLayer,
|
||||
QgsProject)
|
||||
|
||||
from processing.gui.wrappers import WidgetWrapper, DIALOG_STANDARD, DIALOG_BATCH
|
||||
|
Loading…
x
Reference in New Issue
Block a user