Python formatting

This commit is contained in:
Mouse Reeve 2023-01-19 13:06:58 -08:00
parent a9f59ef8d5
commit 9ef5d53696

View file

@ -6,9 +6,8 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0173_author_website'),
('bookwyrm', '0174_merge_20230111_1523'),
("bookwyrm", "0173_author_website"),
("bookwyrm", "0174_merge_20230111_1523"),
]
operations = [
]
operations = []