Skip to content

Commit

Permalink
Fix E275 missing whitespace after keyword reported by flake8
Browse files Browse the repository at this point in the history
Related: #278

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
  • Loading branch information
rcritten committed Oct 10, 2022
1 parent fac0061 commit cf1caca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ class plugin2(Plugin):

# Test registration
names = [plugin.__class__.__name__ for plugin in r.get_plugins()]
assert(names == ['plugin1', 'plugin2'])
assert (names == ['plugin1', 'plugin2'])

0 comments on commit cf1caca

Please sign in to comment.