forked from mirrors/bookwyrm
Fixes python formatting
This commit is contained in:
parent
62b5a00102
commit
789f823d5d
1 changed files with 1 additions and 0 deletions
|
@ -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"""
|
||||
|
|
Loading…
Reference in a new issue