Skip to content

Commit

Permalink
reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLudwig committed Feb 6, 2022
1 parent e517622 commit 42be5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_plugins_correct_has_attr():
continue

name = file.replace("/", ".")
name = name[name.find(module.__name__): -3].removesuffix(".__init__")
name = name[name.find(module.__name__) : -3].removesuffix(".__init__")

__import__(name)

Expand Down

0 comments on commit 42be5c1

Please sign in to comment.