forked from mirrors/bookwyrm
Appease pylint
This commit is contained in:
parent
8605f5ac6b
commit
c022debee9
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ from bookwyrm.tests.validate_html import validate_html
|
|||
@patch("bookwyrm.lists_stream.populate_lists_task.delay")
|
||||
@patch("bookwyrm.activitystreams.remove_status_task.delay")
|
||||
@patch("bookwyrm.models.activitypub_mixin.broadcast_task.apply_async")
|
||||
# pylint: disable=too-many-public-methods
|
||||
class StatusViews(TestCase):
|
||||
"""viewing and creating statuses"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue