diff --git a/bookwyrm/tests/test_postgres.py b/bookwyrm/tests/test_postgres.py index a597ce60..cb9e7e86 100644 --- a/bookwyrm/tests/test_postgres.py +++ b/bookwyrm/tests/test_postgres.py @@ -4,6 +4,7 @@ from django.test import TestCase from bookwyrm import models + @patch("bookwyrm.models.activitypub_mixin.broadcast_task.delay") class PostgresTriggers(TestCase): """special migrations, fancy stuff ya know"""