Skip to content

Commit 1acf1e9

Browse files
committed
pre-commit run
1 parent cc075f4 commit 1acf1e9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/search_engine/inserters.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ async def prepare_bulk_actions(
119119
items.sort(key=lambda item: item["properties"][self.primary_datetime_name])
120120

121121
await self._ensure_indexes_exist(collection_id, items)
122-
await self._check_and_handle_oversized_index(
123-
collection_id, items
124-
)
122+
await self._check_and_handle_oversized_index(collection_id, items)
125123

126124
actions = []
127125
for item in items:

stac_fastapi/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,4 +467,3 @@ def mock_datetime_env(txn_client, monkeypatch):
467467
txn_client.database.async_index_selector.cache_manager.clear_cache()
468468
yield
469469
monkeypatch.setenv("USE_DATETIME", "true")
470-

0 commit comments

Comments
 (0)