Skip to content

Commit f3e4275

Browse files
committed
Removed unneccsary type ignore
1 parent 904df22 commit f3e4275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_codecs/test_codecs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def test_invalid_metadata(codecs: tuple[Codec, ...]) -> None:
308308
ArrayV3Metadata(
309309
shape=shape,
310310
chunk_grid={"name": "regular", "configuration": {"chunk_shape": chunks}},
311-
chunk_key_encoding={"name": "default", "configuration": {"separator": "/"}}, # type: ignore[arg-type]
311+
chunk_key_encoding={"name": "default", "configuration": {"separator": "/"}},
312312
fill_value=0,
313313
data_type=data_type,
314314
codecs=codecs,

0 commit comments

Comments
 (0)