Remove an unused variable
This commit is contained in:
parent
12489bb682
commit
6d19a20935
@ -196,7 +196,7 @@ class TestCorruptedFiles(unittest.TestCase):
|
|||||||
def test_png_lightweight(self):
|
def test_png_lightweight(self):
|
||||||
shutil.copy('./tests/data/dirty.torrent', './tests/data/clean.png')
|
shutil.copy('./tests/data/dirty.torrent', './tests/data/clean.png')
|
||||||
with self.assertRaises(ValueError):
|
with self.assertRaises(ValueError):
|
||||||
p = images.PNGParser('./tests/data/clean.png')
|
images.PNGParser('./tests/data/clean.png')
|
||||||
os.remove('./tests/data/clean.png')
|
os.remove('./tests/data/clean.png')
|
||||||
|
|
||||||
def test_avi(self):
|
def test_avi(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user