From 42be5c145c1d522b09386d455795a75667e8d62d Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Sun, 6 Feb 2022 14:04:40 +0100 Subject: [PATCH] reformat with black --- tests/plugins/test_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/test_plugins.py b/tests/plugins/test_plugins.py index 436e546..284421e 100644 --- a/tests/plugins/test_plugins.py +++ b/tests/plugins/test_plugins.py @@ -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)