Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 4, 2018
1 parent eac43fd commit 6901b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/src/python/providertestbase.py
Expand Up @@ -25,6 +25,7 @@
QgsAbstractFeatureIterator,
QgsExpressionContextScope,
QgsExpressionContext,
QgsExpression,
QgsVectorDataProvider,
QgsVectorLayerFeatureSource,
QgsFeatureSink,
Expand Down
4 changes: 1 addition & 3 deletions tests/src/python/test_provider_postgres.py
Expand Up @@ -44,9 +44,7 @@
QgsCoordinateReferenceSystem,
QgsProject,
QgsWkbTypes,
QgsGeometry,
QgsExpression,
QgsExpressionContext
QgsGeometry
)
from qgis.gui import QgsGui, QgsAttributeForm
from qgis.PyQt.QtCore import QDate, QTime, QDateTime, QVariant, QDir, QObject
Expand Down

0 comments on commit 6901b93

Please sign in to comment.