From f202601b81106fb7c0b234e153cd70b514fa2280 Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Wed, 4 Sep 2019 00:37:03 +0200 Subject: [PATCH] fix codestyle issue in test_autopkgtest.py This issue only shows up in the bullseye test. --- tests/test_autopkgtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_autopkgtest.py b/tests/test_autopkgtest.py index b81f2ca..4a99cb7 100644 --- a/tests/test_autopkgtest.py +++ b/tests/test_autopkgtest.py @@ -156,7 +156,7 @@ class T(TestBase): with open(os.path.join(self.data.path, 'data/testing/state/autopkgtest-pending.json')) as f: self.pending_requests = json.load(f) except IOError: - self.pending_requests = None + self.pending_requests = None self.assertNotIn('FIXME', out)