mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-27 03:51:08 +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",
|
"password",
|
||||||
local=True,
|
local=True,
|
||||||
localname="mouse",
|
localname="mouse",
|
||||||
is_superuser=True
|
is_superuser=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_automod_task_no_rules(self, *_):
|
def test_automod_task_no_rules(self, *_):
|
||||||
|
|
Loading…
Reference in a new issue