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.
1 parent 36db42e commit 2a13dbfCopy full SHA for 2a13dbf
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