Skip to content

Commit

Permalink
Update obstore/python/obstore/fsspec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Nov 11, 2024
1 parent c1ee71d commit cdfa2ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion obstore/python/obstore/fsspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def __init__(
batch_size: int | None = None,
**kwargs,
):
"""
"""Construct a new AsyncFsspecStore
store: a configured instance of one of the store classes in objstore.store
asynchronous: id this instance meant to be be called using the async API? This
should only be set to true when running within a coroutine
Expand Down

0 comments on commit cdfa2ab

Please sign in to comment.