Skip to content

Commit 8576fef

Browse files
Method with an empty body (#611)
`__init__` doesn't contain any code
1 parent 5d8c66b commit 8576fef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

numcodecs/packbits.py

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ class PackBits(Codec):
2929

3030
codec_id = 'packbits'
3131

32-
def __init__(self):
33-
pass
34-
3532
def encode(self, buf):
3633
# normalise input
3734
arr = ensure_ndarray(buf).view(bool)

0 commit comments

Comments
 (0)