Skip to content

Commit 6599d10

Browse files
committed
remove typo
1 parent ba09040 commit 6599d10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/zarr/storage/_obstore.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ def __eq__(self, value: object) -> bool:
121121
def __init__(self, store: _UpstreamObjectStore, *, read_only: bool = False) -> None:
122122
import obstore as obs
123123

124-
self.obs = obs
125-
126124
if not isinstance(
127125
store,
128126
(

0 commit comments

Comments
 (0)