Skip to content

Commit

Permalink
[processing] fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and nyalldawson committed Apr 20, 2018
1 parent f63d5ad commit 9107da3
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 9107da3

Please sign in to comment.