Skip to content

Commit 12ccb49

Browse files
Update src/zarr/storage/_object.py
Co-authored-by: Max Jones <[email protected]>
1 parent fc728a4 commit 12ccb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def __str__(self) -> str:
133133
def __repr__(self) -> str:
134134
return f"ObjectStore({self})"
135135

136-
def __getstate__(self) -> dict:
136+
def __getstate__(self) -> dict[Any, Any]:
137137
self.__dict__.update({"store": pickle.dumps(self.store)})
138138
return self.__dict__.copy()
139139

0 commit comments

Comments
 (0)