Skip to content

Commit 3c1c7fb

Browse files
authored
Merge pull request #6868 from m-kuhn/processingFeedbackImportFix
Add missing import to processing
2 parents dee284f + 78484c1 commit 3c1c7fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/plugins/processing/core/Processing.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
QgsProcessingOutputVectorLayer,
4444
QgsProcessingOutputRasterLayer,
4545
QgsProcessingOutputMapLayer,
46-
QgsProcessingOutputMultipleLayers)
46+
QgsProcessingOutputMultipleLayers,
47+
QgsProcessingFeedback)
4748

4849
import processing
4950
from processing.core.ProcessingConfig import ProcessingConfig

0 commit comments

Comments
 (0)