Skip to content

Commit be48bd8

Browse files
committed
Fixed import.
1 parent 06999c9 commit be48bd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/database_logic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
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.stac_fastapi.sfeos_helpers.database.query import add_collections_to_body, \
66+
ES_MAX_URL_LENGTH
6667

6768
logger = logging.getLogger(__name__)
6869

0 commit comments

Comments
 (0)