Skip to content

Commit 8fa27e1

Browse files
committedSep 14, 2018
Fix imports for ConcaveHull
1 parent fd728c0 commit 8fa27e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎python/plugins/processing/algs/qgis/ConcaveHull.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
from qgis.PyQt.QtCore import QCoreApplication
2929
from math import sqrt
3030

31-
from qgis.core import (QgsFeature,
31+
from qgis.core import (QgsApplication,
32+
QgsFeature,
3233
QgsFeatureSink,
3334
QgsWkbTypes,
3435
QgsProcessing,

0 commit comments

Comments
 (0)
Please sign in to comment.