mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-09 16:55:29 +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):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('bookwyrm', '0173_author_website'),
|
("bookwyrm", "0173_author_website"),
|
||||||
('bookwyrm', '0174_merge_20230111_1523'),
|
("bookwyrm", "0174_merge_20230111_1523"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = []
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in a new issue