Skip to content

Commit

Permalink
Fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored and nyalldawson committed Apr 1, 2023
1 parent aeceb3a commit 27dbb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_ogr_gpkg.py
Expand Up @@ -22,7 +22,7 @@

import qgis # NOQA
from osgeo import gdal, ogr
from qgis.PyQt.QtCore import QCoreApplication, QVariant, QDate, QDateTime, QTemporaryDir, QFileInfo
from qgis.PyQt.QtCore import QCoreApplication, QVariant, QDate, QDateTime, Qt, QTemporaryDir, QTime, QFileInfo
from qgis.PyQt.QtXml import QDomDocument
from qgis.core import (Qgis,
QgsFeature,
Expand Down

0 comments on commit 27dbb7e

Please sign in to comment.