Skip to content

Commit

Permalink
Merge pull request #9457 from alexbruy/backport-batch
Browse files Browse the repository at this point in the history
[processing] add missed imports to batch panel (fix #21486)
  • Loading branch information
alexbruy authored Mar 10, 2019
2 parents e264f23 + dc8db48 commit 7eee128
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/processing/gui/BatchPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
from qgis.core import (Qgis,
QgsApplication,
QgsSettings,
QgsProperty,
QgsProcessingFeatureSourceDefinition,
QgsCoordinateReferenceSystem,
QgsProcessingParameterDefinition,
QgsProcessingModelAlgorithm)
from qgis.gui import (QgsProcessingParameterWidgetContext,
Expand Down

0 comments on commit 7eee128

Please sign in to comment.