Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 3, 2018
1 parent ca553ea commit 2dc76fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/src/python/test_provider_afs.py
Expand Up @@ -18,7 +18,7 @@
import tempfile
import shutil

from qgis.PyQt.QtCore import QCoreApplication, Qt, QObject, QDateTime
from qgis.PyQt.QtCore import QCoreApplication, Qt, QObject, QDate, QDateTime

from qgis.core import (
QgsVectorLayer,
Expand All @@ -27,7 +27,8 @@
QgsCoordinateReferenceSystem,
QgsApplication,
QgsSettings,
QgsRectangle
QgsRectangle,
NULL
)
from qgis.testing import (start_app,
unittest
Expand Down

0 comments on commit 2dc76fd

Please sign in to comment.