Skip to content

Commit e5211e4

Browse files
author
Andrzej Pijanowski
committed
black format
1 parent 85b7432 commit e5211e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/core/stac_fastapi/core/base_database_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ async def delete_collection(
143143
async def get_queryables_mapping(self, collection_id: str = "*") -> Dict[str, Any]:
144144
"""Retrieve mapping of Queryables for search."""
145145
pass
146-
146+
147147
async def get_all_catalogs(
148148
self,
149149
token: Optional[str],

0 commit comments

Comments
 (0)