Skip to content

Commit 60730ab

Browse files
committed
Add missing import
1 parent 773138c commit 60730ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/additions/qgsfunction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import string
2323
from builtins import str
2424
from qgis.PyQt.QtCore import QCoreApplication
25-
from qgis._core import QgsExpressionFunction, QgsExpression, QgsMessageLog, QgsFeatureRequest
25+
from qgis._core import QgsExpressionFunction, QgsExpression, QgsMessageLog, QgsFeatureRequest, Qgis
2626

2727

2828
def register_function(function, arg_count, group, usesgeometry=False,

0 commit comments

Comments
 (0)