Skip to content

Commit a9f7f11

Browse files
committed
fix mypy
1 parent b2aa207 commit a9f7f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ async def test_from_array(
13961396
src[:] = np.arange(1000).reshape((100, 10))
13971397

13981398
new_fill_value = 3
1399-
new_attributes = {"foo": "bar"}
1399+
new_attributes: dict[str, JSON] = {"foo": "bar"}
14001400

14011401
result = zarr.from_array(
14021402
src,

0 commit comments

Comments
 (0)