From 5fe989e20f39f9edd4a3b3f7dee7de810c6d6d96 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 8 Mar 2021 09:58:07 -0800 Subject: [PATCH] Formats migrationwq --- bookwyrm/migrations/0048_merge_20210308_1754.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bookwyrm/migrations/0048_merge_20210308_1754.py b/bookwyrm/migrations/0048_merge_20210308_1754.py index 6c4488a4f..47fa9e771 100644 --- a/bookwyrm/migrations/0048_merge_20210308_1754.py +++ b/bookwyrm/migrations/0048_merge_20210308_1754.py @@ -6,9 +6,8 @@ from django.db import migrations class Migration(migrations.Migration): dependencies = [ - ('bookwyrm', '0047_connector_isbn_search_url'), - ('bookwyrm', '0047_merge_20210228_1839'), + ("bookwyrm", "0047_connector_isbn_search_url"), + ("bookwyrm", "0047_merge_20210228_1839"), ] - operations = [ - ] + operations = []