Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed Oct 30, 2024
1 parent f5646ae commit 62f10f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_save(store: Store, n_args: int, n_kwargs: int) -> None:
assert isinstance(array, Array)
assert_array_equal(array[:], data)
else:
save(store, *args, **kwargs) # type: ignore[arg-type]
save(store, *args, **kwargs) # type: ignore[arg-type]
group = open(store)
assert isinstance(group, Group)
for array in group.array_values():
Expand Down

0 comments on commit 62f10f4

Please sign in to comment.