Skip to content

Commit bb4d83f

Browse files
committed
Fix imports in test_qgsfeatureiterator
1 parent 45e485c commit bb4d83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_qgsfeatureiterator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import qgis
1616
import os
1717

18-
from qgis.core import QgsVectorLayer, QgsFeatureRequest, QgsFeature, QgsField, NULL
18+
from qgis.core import QgsVectorLayer, QgsFeatureRequest, QgsFeature, QgsField, QgsMapLayerRegistry, QgsVectorJoinInfo, NULL
1919
from qgis.testing import (start_app,
2020
unittest
2121
)

0 commit comments

Comments
 (0)