From c09d629d284152be08ac8ed99f1be5f3c3ab9822 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 25 Aug 2020 18:32:27 +0200 Subject: test_import_orig: Drop unused variable This makes flake8 happy --- tests/component/deb/test_import_orig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/component/deb/test_import_orig.py b/tests/component/deb/test_import_orig.py index 48079249..de1aa2e6 100644 --- a/tests/component/deb/test_import_orig.py +++ b/tests/component/deb/test_import_orig.py @@ -557,7 +557,7 @@ class TestImportOrig(ComponentTestBase): Test that the expected environment variables are set during postunpack hook. """ - repo = ComponentTestGitRepository.create(self.pkg) + ComponentTestGitRepository.create(self.pkg) os.chdir(self.pkg) orig = self._orig('2.8') ok_(import_orig(['arg0', -- cgit v1.2.3