1
0
Fork 0

Python formatting

This commit is contained in:
Mouse Reeve 2022-07-04 19:58:27 -07:00
parent dc8e61f316
commit b193652a67
2 changed files with 6 additions and 8 deletions

View file

@ -8,13 +8,13 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0150_readthrough_stopped_date'),
("bookwyrm", "0150_readthrough_stopped_date"),
]
operations = [
migrations.RemoveField(
model_name='notification',
name='related_book',
model_name="notification",
name="related_book",
),
migrations.AddField(
model_name="notification",