mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-04-15 06:44:05 +00:00
Python formatting
This commit is contained in:
parent
90a5b312f8
commit
49cfa478b7
1 changed files with 3 additions and 4 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue