Adds merge migration and python formatting

This commit is contained in:
Mouse Reeve
2022-01-25 08:45:08 -08:00
parent de4576bc44
commit 037cc35eeb
3 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 3.2.10 on 2022-01-25 16:44
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0130_alter_listitem_notes'),
('bookwyrm', '0130_alter_user_preferred_language'),
]
operations = [
]