1
0
Fork 0

Python formatting

This commit is contained in:
Mouse Reeve 2021-08-04 10:58:23 -07:00
parent bd7bf4ee96
commit 9bbdde1597
3 changed files with 18 additions and 11 deletions

View file

@ -6,9 +6,8 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0046_user_default_post_privacy'),
('bookwyrm', '0078_add_shelved_date'),
("bookwyrm", "0046_user_default_post_privacy"),
("bookwyrm", "0078_add_shelved_date"),
]
operations = [
]
operations = []