mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 10:01:04 +00:00
Python formatting
This commit is contained in:
parent
37dacaff6f
commit
4c099afc63
1 changed files with 1 additions and 1 deletions
|
@ -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, *_):
|
||||
|
|
Loading…
Reference in a new issue