Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfisher-geo committed Feb 2, 2024
1 parent bf1598d commit 22c233e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ async def find_collection(self, collection_id: str) -> Collection:
raise NotFoundError(f"Collection {collection_id} not found")

return collection["_source"]

async def update_collection(
self, collection_id: str, collection: Collection, refresh: bool = False
):
Expand Down

0 comments on commit 22c233e

Please sign in to comment.