Skip to content

Commit 1526afe

Browse files
committedMay 2, 2017
Add missing import
1 parent 15de36a commit 1526afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from qgis.PyQt.QtGui import QIcon
3232
from qgis.PyQt.QtCore import QVariant
3333

34-
from qgis.core import QgsField, QgsFeature, QgsGeometry, QgsPoint, QgsWkbTypes, QgsProcessingUtils
34+
from qgis.core import QgsField, QgsFeature, QgsGeometry, QgsPoint, QgsWkbTypes, QgsProcessingUtils, QgsFields
3535

3636
from processing.core.GeoAlgorithm import GeoAlgorithm
3737
from processing.core.GeoAlgorithmExecutionException import GeoAlgorithmExecutionException

0 commit comments

Comments
 (0)
Please sign in to comment.