Skip to content

Commit

Permalink
Update src/crawlee/base_storage_client/_base_key_value_store_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Oct 22, 2024
1 parent ec87446 commit edf1131
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,6 @@ async def get_public_url(self, key: str) -> str:
Returns:
The public URL for the given key.
Raises:
ValueError: If the key does not exist.
"""

0 comments on commit edf1131

Please sign in to comment.