Skip to content

Commit 6901b93

Browse files
committedAug 4, 2018
Fix imports
1 parent eac43fd commit 6901b93

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎tests/src/python/providertestbase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
QgsAbstractFeatureIterator,
2626
QgsExpressionContextScope,
2727
QgsExpressionContext,
28+
QgsExpression,
2829
QgsVectorDataProvider,
2930
QgsVectorLayerFeatureSource,
3031
QgsFeatureSink,

‎tests/src/python/test_provider_postgres.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@
4444
QgsCoordinateReferenceSystem,
4545
QgsProject,
4646
QgsWkbTypes,
47-
QgsGeometry,
48-
QgsExpression,
49-
QgsExpressionContext
47+
QgsGeometry
5048
)
5149
from qgis.gui import QgsGui, QgsAttributeForm
5250
from qgis.PyQt.QtCore import QDate, QTime, QDateTime, QVariant, QDir, QObject

0 commit comments

Comments
 (0)
Please sign in to comment.