From 4c099afc63a315bc4c07520dee707ae729dab394 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 19 Sep 2022 11:23:40 -0700 Subject: [PATCH] Python formatting --- bookwyrm/tests/models/test_automod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/tests/models/test_automod.py b/bookwyrm/tests/models/test_automod.py index b4e9788e7..9de7e6488 100644 --- a/bookwyrm/tests/models/test_automod.py +++ b/bookwyrm/tests/models/test_automod.py @@ -27,7 +27,7 @@ class AutomodModel(TestCase): "password", local=True, localname="mouse", - is_superuser=True + is_superuser=True, ) def test_automod_task_no_rules(self, *_):