Python formatting

This commit is contained in:
Mouse Reeve 2023-08-06 18:00:52 -07:00
parent 90a5b312f8
commit 49cfa478b7

View file

@ -6,9 +6,8 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0180_alter_bookauthor_author_type'),
('bookwyrm', '0181_merge_20230806_2302'),
("bookwyrm", "0180_alter_bookauthor_author_type"),
("bookwyrm", "0181_merge_20230806_2302"),
]
operations = [
]
operations = []