Skip to content

Commit 63f05e9

Browse files
committed
ignore line for legacy code
Signed-off-by: mwlon <m.w.loncaric@gmail.com>
1 parent e0275c9 commit 63f05e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

numcodecs/tests/test_pcodec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
PCodec(equal_pages_up_to=300),
2525
PCodec(delta_encoding_order=2),
2626
PCodec(delta_spec="try_lookback"),
27-
PCodec(delta_spec="none"),
27+
PCodec(delta_spec="none"), # type: ignore[arg-type]
2828
PCodec(delta_spec="try_consecutive", delta_encoding_order=1),
2929
PCodec(delta_spec="no_op"),
3030
]

0 commit comments

Comments
 (0)