Skip to content

Commit

Permalink
Remove TODO from _crc32c.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Aug 3, 2023
1 parent 07164c1 commit 3af6090
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kafka/record/_crc32c.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,5 @@ def crc(data):

if __name__ == "__main__":
import sys
# TODO remove the pylint disable once pylint fixes
# https://github.com/PyCQA/pylint/issues/2571
data = sys.stdin.buffer.read() # pylint: disable=assignment-from-no-return
print(hex(crc(data)))

0 comments on commit 3af6090

Please sign in to comment.