Skip to content

Commit d859765

Browse files
committed
don't check for null codec_id
1 parent 98e293c commit d859765

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numcodecs/tests/test_registry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def test_all_classes_registered():
3636
and issubclass(obj, numcodecs.abc.Codec)
3737
and hasattr(obj, 'codec_id')
3838
and obj.codec_id not in numcodecs.registry.codec_registry
39-
and obj.codec_id is not None # remove `None`
4039
)
4140
}
4241

0 commit comments

Comments
 (0)