Skip to content

Commit 076a2ff

Browse files
committed
Fix linting errors
1 parent 1199d9b commit 076a2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_igzip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,4 +287,4 @@ def test_header_corrupt():
287287
@pytest.mark.parametrize("trunc", TRUNCATED_HEADERS)
288288
def test_truncated_header(trunc):
289289
with pytest.raises(EOFError):
290-
igzip.decompress(trunc)
290+
igzip.decompress(trunc)

0 commit comments

Comments
 (0)