Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Import vector because it is used in line 95.
It seems that line 95 was added by a cherry pick commit.
  • Loading branch information
gacarrillor committed Oct 26, 2016
1 parent 36db42e commit 2a13dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/Eliminate.py
Expand Up @@ -37,7 +37,7 @@
from processing.core.parameters import ParameterString
from processing.core.parameters import ParameterSelection
from processing.core.outputs import OutputVector
from processing.tools import dataobjects
from processing.tools import dataobjects, vector


class Eliminate(GeoAlgorithm):
Expand Down

0 comments on commit 2a13dbf

Please sign in to comment.