Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing import
  • Loading branch information
m-kuhn committed Jun 30, 2018
1 parent 773138c commit 60730ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/additions/qgsfunction.py
Expand Up @@ -22,7 +22,7 @@
import string
from builtins import str
from qgis.PyQt.QtCore import QCoreApplication
from qgis._core import QgsExpressionFunction, QgsExpression, QgsMessageLog, QgsFeatureRequest
from qgis._core import QgsExpressionFunction, QgsExpression, QgsMessageLog, QgsFeatureRequest, Qgis


def register_function(function, arg_count, group, usesgeometry=False,
Expand Down

0 comments on commit 60730ab

Please sign in to comment.