diff --git a/bookwyrm/migrations/0175_merge_0173_author_website_0174_merge_20230111_1523.py b/bookwyrm/migrations/0175_merge_0173_author_website_0174_merge_20230111_1523.py index 02aa85ac9..a215076b4 100644 --- a/bookwyrm/migrations/0175_merge_0173_author_website_0174_merge_20230111_1523.py +++ b/bookwyrm/migrations/0175_merge_0173_author_website_0174_merge_20230111_1523.py @@ -6,9 +6,8 @@ from django.db import migrations class Migration(migrations.Migration): dependencies = [ - ('bookwyrm', '0173_author_website'), - ('bookwyrm', '0174_merge_20230111_1523'), + ("bookwyrm", "0173_author_website"), + ("bookwyrm", "0174_merge_20230111_1523"), ] - operations = [ - ] + operations = []