Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add misssed import after rebase
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
python/plugins/processing/core/parameters.py
|
@@ -61,6 +61,7 @@ |
|
|
QgsProcessingParameterVectorDestination, |
|
|
QgsProcessingParameterFileDestination, |
|
|
QgsProcessingParameterFolderDestination, |
|
|
QgsProcessingParameterRasterDestination, |
|
|
QgsProcessingParameterString, |
|
|
QgsProcessingParameterMultipleLayers, |
|
|
QgsProcessingParameterFeatureSource, |
|
|