Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 3, 2023
1 parent 56aa2fe commit 453d922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from pathlib import Path
from typing import List

from libqfieldsync import ExportType, OfflineConverter
from libqfieldsync.offline_converter import ExportType, OfflineConverter
from qgis.core import Qgis, QgsOfflineEditing, QgsProject
from qgis.testing import start_app, unittest
from qgis.testing.mocked import get_iface
Expand Down

0 comments on commit 453d922

Please sign in to comment.