Skip to content

Commit

Permalink
Merge pull request #244 from MetRonnie/flake8
Browse files Browse the repository at this point in the history
Fix flake8
  • Loading branch information
wxtim authored Aug 3, 2023
2 parents c07f74c + dd0cfcb commit 6442245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_functional_post_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
def assert_rose_conf_full_equal(left, right, no_ignore=True):
for keys_1, node_1 in left.walk(no_ignore=no_ignore):
node_2 = right.get(keys_1, no_ignore=no_ignore)
assert not (
assert not ( # noqa: E721
type(node_1) != type(node_2) or
(
not isinstance(node_1.value, dict) and
Expand Down

0 comments on commit 6442245

Please sign in to comment.