Appease pylint

This commit is contained in:
Mouse Reeve 2022-05-23 15:59:32 -07:00
parent 8605f5ac6b
commit c022debee9

View file

@ -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"""