Skip to content

Commit 6cd571f

Browse files
committed
include fsspec
1 parent 314d45e commit 6cd571f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/zarr/storage/_fsspec.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ class FsspecStore(Store):
8989
allowed_exceptions
9090
supports_writes
9191
supports_deletes
92-
supports_partial_writes
9392
supports_listing
9493
9594
Raises
@@ -113,7 +112,6 @@ class FsspecStore(Store):
113112
# based on FSSpec
114113
supports_writes: bool = True
115114
supports_deletes: bool = True
116-
supports_partial_writes: bool = False
117115
supports_listing: bool = True
118116

119117
fs: AsyncFileSystem

0 commit comments

Comments
 (0)