Skip to content

Commit af10418

Browse files
author
Phil Varner
committed
sort imports
1 parent 539abfa commit af10418

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

stac_fastapi/elasticsearch/tests/clients/test_elasticsearch.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
BulkTransactionsClient,
1414
TransactionsClient,
1515
)
16+
from stac_fastapi.extensions.third_party.bulk_transactions import Items
1617
from stac_fastapi.types.errors import ConflictError, NotFoundError
17-
from stac_fastapi.extensions.third_party.bulk_transactions import (
18-
Items,
19-
)
18+
2019

2120
def test_create_collection(
2221
es_core: CoreCrudClient,

0 commit comments

Comments
 (0)