We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56af26d commit b5a4709Copy full SHA for b5a4709
README.md
@@ -634,3 +634,4 @@ The system uses a precise naming convention:
634
- Ensures fair resource allocation among all clients
635
636
- **Examples**: Implementation examples are available in the [examples/rate_limit](examples/rate_limit) directory.
637
+
stac_fastapi/opensearch/stac_fastapi/opensearch/database_logic.py
@@ -1464,7 +1464,7 @@ async def delete_items(self) -> None:
1464
1465
# DANGER
1466
async def delete_collections(self) -> None:
1467
- """Danger. this is only for tests."""
+ """Danger. this is only for tests 2."""
1468
await self.client.delete_by_query(
1469
index=COLLECTIONS_INDEX,
1470
body={"query": {"match_all": {}}},
0 commit comments