We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5527356 commit ef33cbbCopy full SHA for ef33cbb
geovita_processing_plugin/algorithms/CreateAtlasCoverageAlgorithm.py
@@ -8,10 +8,9 @@
8
QgsProcessingParameterNumber,
9
QgsProcessingParameterFeatureSink,
10
QgsProperty,
11
- QgsProcessingException,
12
- QgsWkbTypes # Import WkbTypes
+ QgsProcessingException
13
)
14
-import processing
+from qgis import processing
15
16
from .base_algorithm import GvBaseProcessingAlgorithms
17
0 commit comments