Skip to content

Commit

Permalink
Remove setup.py (opaque-systems#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
chester-leung committed Feb 27, 2021
1 parent 4dbf684 commit 4e779f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion hadoop/io/Lz4Codec.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def decompress(self, data):
if self.blockSize == 0:
return ""

trunkSize = struct.unpack('>I', io.read(4))[0]
trunkSize = struct.unpack('>I', io.read(4))[0]
f = lz4_raw.decompress(io.read(trunkSize), DEFAULT_BUF_SIZE)
self.uncompressedBytes += len(f)
return f
Expand Down
18 changes: 0 additions & 18 deletions setup.py

This file was deleted.

0 comments on commit 4e779f3

Please sign in to comment.