Skip to content

Commit be2b3cd

Browse files
committed
revert unneded change
1 parent 0ac17cc commit be2b3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/testing/strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def arrays(
9898
expected_attrs = {} if attributes is None else attributes
9999

100100
array_path = path + ("/" if not path.endswith("/") else "") + name
101-
root: Group = Group.from_store(store)
101+
root = Group.from_store(store)
102102
fill_value_args: tuple[Any, ...] = tuple()
103103
if nparray.dtype.kind == "M":
104104
fill_value_args = ("ns",)

0 commit comments

Comments
 (0)