Skip to content

Commit

Permalink
Merge pull request #6868 from m-kuhn/processingFeedbackImportFix
Browse files Browse the repository at this point in the history
Add missing import to processing
  • Loading branch information
m-kuhn committed Apr 26, 2018
2 parents dee284f + 78484c1 commit 3c1c7fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/processing/core/Processing.py
Expand Up @@ -43,7 +43,8 @@
QgsProcessingOutputVectorLayer,
QgsProcessingOutputRasterLayer,
QgsProcessingOutputMapLayer,
QgsProcessingOutputMultipleLayers)
QgsProcessingOutputMultipleLayers,
QgsProcessingFeedback)

import processing
from processing.core.ProcessingConfig import ProcessingConfig
Expand Down

0 comments on commit 3c1c7fb

Please sign in to comment.