mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-13 12:21:01 +00:00
Python formatting
This commit is contained in:
parent
a9f59ef8d5
commit
9ef5d53696
1 changed files with 3 additions and 4 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue