Skip to content

Commit 3ce2746

Browse files
committed
Fix lint errors
1 parent 739983f commit 3ce2746

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_igzip.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import re
1616
import shutil
1717
import struct
18-
import subprocess
1918
import sys
2019
import tempfile
2120
import zlib
@@ -251,7 +250,6 @@ def test_compress_infile_out_file_no_name(tmp_path, capsysbinary):
251250
test = tmp_path / "test"
252251
test.write_bytes(DATA)
253252
out_file = tmp_path / "compressed.gz"
254-
args = ['-n', '-o', str(out_file), str(test)]
255253
sys.argv = ['', '-n', '-o', str(out_file), str(test)]
256254
igzip.main()
257255
out, err = capsysbinary.readouterr()

0 commit comments

Comments
 (0)