test: fix autopep8 issues

This commit is contained in:
Michael Vogt 2024-01-02 12:29:26 +01:00 committed by Simon de Vlieger
parent 530afa566f
commit 8c95bd9dd7
8 changed files with 21 additions and 19 deletions

View file

@ -185,7 +185,7 @@ class TestFormatV1(unittest.TestCase):
self.assertEqual(info.version, "1")
self.assertEqual(info.module, fmt)
#pylint: disable=too-many-statements
# pylint: disable=too-many-statements
@unittest.skipUnless(test.TestBase.can_bind_mount(), "root-only")
def test_format_output(self):
"""Test that output formatting is as expected"""