Skip to content

Commit

Permalink
Method with an empty body (#611)
Browse files Browse the repository at this point in the history
`__init__` doesn't contain any code
  • Loading branch information
DimitriPapadopoulos authored Oct 22, 2024
1 parent 5d8c66b commit 8576fef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions numcodecs/packbits.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ class PackBits(Codec):

codec_id = 'packbits'

def __init__(self):
pass

def encode(self, buf):
# normalise input
arr = ensure_ndarray(buf).view(bool)
Expand Down

0 comments on commit 8576fef

Please sign in to comment.