From e3c26754af1891d2c50993730467fc9335ec5f09 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 31 Dec 2013 23:18:43 +0100 Subject: make pyflakes clean --- tests/test_progress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_progress.py') diff --git a/tests/test_progress.py b/tests/test_progress.py index e4a5fa3c..508da7d4 100644 --- a/tests/test_progress.py +++ b/tests/test_progress.py @@ -44,7 +44,7 @@ class TestProgress(unittest.TestCase): def test_acquire_progress(self): progress = TestAcquireProgress() cache = apt.Cache() - res = cache.update(progress) + cache.update(progress) self.assertTrue(progress.pulsed) if __name__ == "__main__": -- cgit v1.2.3