From 6d19a209355a7d1ef3bbee32ec7c9be93ed666ad Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Sat, 12 Oct 2019 21:41:13 +0200
Subject: [PATCH] Remove an unused variable

---
 tests/test_corrupted_files.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_corrupted_files.py b/tests/test_corrupted_files.py
index 7f8e223..6dc80a4 100644
--- a/tests/test_corrupted_files.py
+++ b/tests/test_corrupted_files.py
@@ -196,7 +196,7 @@ class TestCorruptedFiles(unittest.TestCase):
     def test_png_lightweight(self):
         shutil.copy('./tests/data/dirty.torrent', './tests/data/clean.png')
         with self.assertRaises(ValueError):
-            p = images.PNGParser('./tests/data/clean.png')
+            images.PNGParser('./tests/data/clean.png')
         os.remove('./tests/data/clean.png')
 
     def test_avi(self):
-- 
GitLab