Python formatting
This commit is contained in:
parent
0aef011258
commit
32391dd64d
4 changed files with 16 additions and 6 deletions
|
@ -27,7 +27,7 @@ def reverse(app_registry, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0100_shelf_description'),
|
||||
("bookwyrm", "0100_shelf_description"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue