Skip to content

Commit

Permalink
Fix imports to make pre-commit isort and autoflake happy
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Apr 14, 2024
1 parent 0a8247e commit 684b3b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_offline_converter_qgiscore.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@

from libqfieldsync.offline_converter import ExportType, OfflineConverter
from libqfieldsync.offliners import QgisCoreOffliner
from libqfieldsync.utils.bad_layer_handler import (
bad_layer_handler,
set_bad_layer_handler,
)
from libqfieldsync.utils.bad_layer_handler import set_bad_layer_handler

start_app()

Expand Down

0 comments on commit 684b3b1

Please sign in to comment.