moviewyrm/bookwyrm/migrations/0145_merge_20220312_1040.py
Thomas Versteeg b3f03164cc Apply black
2022-03-15 09:28:40 +01:00

13 lines
285 B
Python

# Generated by Django 3.2.12 on 2022-03-12 10:40
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0142_merge_20220225_2103"),
("bookwyrm", "0144_alter_announcement_display_type"),
]
operations = []