Skip to content

Commit 51a7a76

Browse files
committed
Final import fix. Tests are passing again.
1 parent be48bd8 commit 51a7a76

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/database_logic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
PatchOperation,
2929
)
3030

31-
from stac_fastapi.opensearch.stac_fastapi.opensearch.database_logic import ES_MAX_URL_LENGTH
3231
from stac_fastapi.sfeos_helpers import filter
3332
from stac_fastapi.sfeos_helpers.database import (
3433
apply_free_text_filter_shared,
@@ -62,7 +61,7 @@
6261
from stac_fastapi.types.rfc3339 import DateTimeType
6362
from stac_fastapi.types.stac import Collection, Item
6463

65-
from stac_fastapi.sfeos_helpers.stac_fastapi.sfeos_helpers.database.query import add_collections_to_body, \
64+
from stac_fastapi.sfeos_helpers.database.query import add_collections_to_body, \
6665
ES_MAX_URL_LENGTH
6766

6867
logger = logging.getLogger(__name__)

stac_fastapi/opensearch/stac_fastapi/opensearch/database_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
from stac_fastapi.types.rfc3339 import DateTimeType
6363
from stac_fastapi.types.stac import Collection, Item
6464

65-
from stac_fastapi.sfeos_helpers.stac_fastapi.sfeos_helpers.database.query import add_collections_to_body, \
65+
from stac_fastapi.sfeos_helpers.database.query import add_collections_to_body, \
6666
ES_MAX_URL_LENGTH
6767

6868
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)