Python formatting

This commit is contained in:
Mouse Reeve
2021-09-29 12:38:31 -07:00
parent 0aef011258
commit 32391dd64d
4 changed files with 16 additions and 6 deletions

View File

@ -27,7 +27,7 @@ def reverse(app_registry, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0100_shelf_description'),
("bookwyrm", "0100_shelf_description"),
]
operations = [