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:
parent
f3033dd579
commit
2d6d902428
3 changed files with 5 additions and 2 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue