We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36db42e + 2a13dbf commit fdd0b66Copy full SHA for fdd0b66
python/plugins/processing/algs/qgis/Eliminate.py
@@ -37,7 +37,7 @@
37
from processing.core.parameters import ParameterString
38
from processing.core.parameters import ParameterSelection
39
from processing.core.outputs import OutputVector
40
-from processing.tools import dataobjects
+from processing.tools import dataobjects, vector
41
42
43
class Eliminate(GeoAlgorithm):
0 commit comments