1
0
Fork 0

Whitespace fixes

This commit is contained in:
Mouse Reeve 2021-04-08 12:15:47 -07:00
parent 9894b777b6
commit 94764160cc
9 changed files with 1 additions and 9 deletions

View file

@ -34,7 +34,6 @@ class InboxUpdate(TestCase):
}
models.SiteSettings.objects.create()
def test_handle_update_list(self):
""" a new list """
with patch("bookwyrm.models.activitypub_mixin.broadcast_task.delay"):