From 01b1326f3a360b5f336ade88c5da2cd5844d71ac Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Wed, 13 Jun 2018 16:04:33 -0400 Subject: [PATCH] fix redundant import --- tools/qgepmaptooladdfeature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qgepmaptooladdfeature.py b/tools/qgepmaptooladdfeature.py index 18ead1e9..800ee3bc 100644 --- a/tools/qgepmaptooladdfeature.py +++ b/tools/qgepmaptooladdfeature.py @@ -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: