mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-29 19:40:32 +00:00
Apply black
This commit is contained in:
parent
ee414598bf
commit
b3f03164cc
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', '0142_merge_20220225_2103'),
|
("bookwyrm", "0142_merge_20220225_2103"),
|
||||||
('bookwyrm', '0144_alter_announcement_display_type'),
|
("bookwyrm", "0144_alter_announcement_display_type"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = []
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in a new issue