Skip to content

Commit 0f47c22

Browse files
style: pre-commit fixes
1 parent 296671e commit 0f47c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uproot/compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def decompress(self, data: bytes, uncompressed_bytes=None) -> bytes:
9494
raise ValueError(
9595
"zlib decompression requires the number of uncompressed bytes"
9696
)
97-
97+
9898
if self.library == "zlib":
9999
import zlib
100100

0 commit comments

Comments
 (0)