Skip to content

Commit 73b32ac

Browse files
committed
remove unused "type: ignore" comment
1 parent de83f92 commit 73b32ac

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
@@ -1167,7 +1167,7 @@ async def test_bad_chunk_encoding(store: MemoryStore) -> None:
11671167
dtype="uint8",
11681168
shape=(10,),
11691169
zarr_format=2,
1170-
compressors=bad_compressor, # type: ignore[arg-type]
1170+
compressors=bad_compressor,
11711171
)
11721172
with pytest.raises(KeyError):
11731173
await create_array(

0 commit comments

Comments
 (0)