Skip to content

Commit b5a4709

Browse files
Yuri ZmytrakovYuri Zmytrakov
authored andcommitted
dummy
1 parent 56af26d commit b5a4709

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,3 +634,4 @@ The system uses a precise naming convention:
634634
- Ensures fair resource allocation among all clients
635635
636636
- **Examples**: Implementation examples are available in the [examples/rate_limit](examples/rate_limit) directory.
637+

stac_fastapi/opensearch/stac_fastapi/opensearch/database_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ async def delete_items(self) -> None:
14641464

14651465
# DANGER
14661466
async def delete_collections(self) -> None:
1467-
"""Danger. this is only for tests."""
1467+
"""Danger. this is only for tests 2."""
14681468
await self.client.delete_by_query(
14691469
index=COLLECTIONS_INDEX,
14701470
body={"query": {"match_all": {}}},

0 commit comments

Comments
 (0)