Formats migration file

This commit is contained in:
Mouse Reeve 2024-01-01 19:33:49 -08:00
parent e2249f2515
commit 913a19c8f0

View file

@ -6,9 +6,8 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0189_alter_user_preferred_language'),
('bookwyrm', '0190_alter_notification_notification_type'),
("bookwyrm", "0189_alter_user_preferred_language"),
("bookwyrm", "0190_alter_notification_notification_type"),
]
operations = [
]
operations = []