mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Black
This commit is contained in:
parent
af0bd90c15
commit
3ffbb242a4
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', '0197_mergedauthor_mergedbook'),
|
("bookwyrm", "0197_mergedauthor_mergedbook"),
|
||||||
('bookwyrm', '0203_user_bookwyrm_us_is_acti_972dc4_idx'),
|
("bookwyrm", "0203_user_bookwyrm_us_is_acti_972dc4_idx"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = []
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in a new issue