From 9250e4a62c47cfc246570fae093fe2e1cf6c336b Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 19 Jul 2024 13:47:46 +1000 Subject: [PATCH] Fix test --- tests/src/python/test_qgsfeature.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/python/test_qgsfeature.py b/tests/src/python/test_qgsfeature.py index 1eb09be1458c..17bd2bed92a7 100644 --- a/tests/src/python/test_qgsfeature.py +++ b/tests/src/python/test_qgsfeature.py @@ -12,6 +12,8 @@ import os import qgis # NOQA +from qgis.PyQt.QtCore import QVariant + from qgis.core import ( NULL, QgsFeature,