tree: pep8 + linter fixes

For some reasons I forgot to fix those in the previous runs. Fix a
linter and pep8 warning.

Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
This commit is contained in:
David Rheinsberg 2022-09-14 08:43:02 +02:00
parent f3033dd579
commit 2d6d902428
3 changed files with 5 additions and 2 deletions

View file

@ -344,7 +344,7 @@ class TestFormatV2(unittest.TestCase):
def test_device_sorting(self):
fmt = self.index.get_format_info("osbuild.formats.v2").module
assert(fmt)
assert fmt
self_cycle = {
"a": {"parent": "a"},