mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -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,
|
from qgis.core import (QgsProcessingUtils,
|
||||||
QgsProcessingParameterDefinition,
|
QgsProcessingParameterDefinition,
|
||||||
|
QgsProcessingParameterRasterLayer,
|
||||||
|
QgsProcessingOutputRasterLayer,
|
||||||
QgsProject)
|
QgsProject)
|
||||||
|
|
||||||
from processing.gui.wrappers import WidgetWrapper, DIALOG_STANDARD, DIALOG_BATCH
|
from processing.gui.wrappers import WidgetWrapper, DIALOG_STANDARD, DIALOG_BATCH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user