From cdfa2ab131f6e7d99c6dab954019e999736849ec Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Mon, 11 Nov 2024 16:01:25 -0500 Subject: [PATCH] Update obstore/python/obstore/fsspec.py --- obstore/python/obstore/fsspec.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/obstore/python/obstore/fsspec.py b/obstore/python/obstore/fsspec.py index a495d94..37a0a11 100644 --- a/obstore/python/obstore/fsspec.py +++ b/obstore/python/obstore/fsspec.py @@ -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