Skip to content

Commit

Permalink
fix redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 13, 2018
1 parent da97a86 commit 01b1326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/qgepmaptooladdfeature.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# QGIS 2.x compat hacks
try:
QGIS_VERSION = 3
from qgis.core import QgsSnappingConfig, QgsPoint, QgsPointXY, QGis
from qgis.core import QgsSnappingConfig, QgsPoint, QgsPointXY
SNAP_TO_VERTEX = QgsSnappingConfig.SnapToVertex
SNAP_TO_VERTEX_AND_SEGMENT = QgsSnappingConfig.SnapToVertexAndSegment
except ImportError:
Expand Down

0 comments on commit 01b1326

Please sign in to comment.