Skip to content

Commit

Permalink
Fix exif tools test
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jul 7, 2021
1 parent 4f384f4 commit 0f0b6b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/src/python/test_qgsexiftools.py
Expand Up @@ -14,8 +14,7 @@
import os
import shutil
from qgis.PyQt.QtCore import QTemporaryFile
from qgis.core import QgsPointXY
from qgis.analysis import (QgsExifTools)
from qgis.core import QgsPointXY, QgsExifTools
from qgis.testing import start_app, unittest
from utilities import unitTestDataPath

Expand Down

0 comments on commit 0f0b6b1

Please sign in to comment.