Skip to content

Commit db4a4dc

Browse files
committed
isort
1 parent c9668ac commit db4a4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/opensearch/stac_fastapi/opensearch/database_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
AsyncOpensearchSettings as AsyncSearchSettings,
2727
)
2828
from stac_fastapi.opensearch.config import OpensearchSettings as SyncSearchSettings
29+
from stac_fastapi.sfeos_helpers import filter as filter_module
2930
from stac_fastapi.sfeos_helpers.database import (
3031
apply_free_text_filter_shared,
3132
apply_intersects_filter_shared,
@@ -46,7 +47,6 @@
4647
merge_to_operations,
4748
operations_to_script,
4849
)
49-
from stac_fastapi.sfeos_helpers import filter as filter_module
5050
from stac_fastapi.sfeos_helpers.mappings import (
5151
AGGREGATION_MAPPING,
5252
COLLECTIONS_INDEX,

0 commit comments

Comments
 (0)