Skip to content

Commit

Permalink
Fix imports for ConcaveHull
Browse files Browse the repository at this point in the history
  • Loading branch information
rudivs committed Sep 14, 2018
1 parent fd728c0 commit 8fa27e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/processing/algs/qgis/ConcaveHull.py
Expand Up @@ -28,7 +28,8 @@
from qgis.PyQt.QtCore import QCoreApplication
from math import sqrt

from qgis.core import (QgsFeature,
from qgis.core import (QgsApplication,
QgsFeature,
QgsFeatureSink,
QgsWkbTypes,
QgsProcessing,
Expand Down

0 comments on commit 8fa27e1

Please sign in to comment.