We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e65d8d commit ec275ddCopy full SHA for ec275dd
python/plugins/processing/script/ScriptTemplate.py
@@ -18,7 +18,7 @@
18
QgsProcessingAlgorithm,
19
QgsProcessingParameterFeatureSource,
20
QgsProcessingParameterFeatureSink)
21
-import processing
+from qgis import processing
22
23
24
class ExampleProcessingAlgorithm(QgsProcessingAlgorithm):
0 commit comments