Skip to content

Commit 78484c1

Browse files
committedApr 26, 2018
Followup 655633a
1 parent dee284f commit 78484c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎python/plugins/processing/core/Processing.py

Lines changed: 2 additions & 1 deletion
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)
Please sign in to comment.