Skip to content

Commit 0129458

Browse files
maxrjonesdstansby
andauthored
Update src/zarr/storage/_common.py
Co-authored-by: David Stansby <[email protected]>
1 parent aba4919 commit 0129458

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/zarr/storage/_common.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ async def open(cls, store: Store, path: str, mode: AccessModeLiteral | None = No
143143
)
144144
case "w":
145145
await self.delete_dir()
146-
case "a" | "r" | "r+":
147-
# No init action
148-
pass
149146
return self
150147

151148
async def get(

0 commit comments

Comments
 (0)