Skip to content

Commit

Permalink
Formats migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve committed Jan 2, 2024
1 parent e2249f2 commit 913a19c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bookwyrm/migrations/0191_merge_20240102_0326.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
class Migration(migrations.Migration):

dependencies = [
('bookwyrm', '0189_alter_user_preferred_language'),
('bookwyrm', '0190_alter_notification_notification_type'),
("bookwyrm", "0189_alter_user_preferred_language"),
("bookwyrm", "0190_alter_notification_notification_type"),
]

operations = [
]
operations = []

0 comments on commit 913a19c

Please sign in to comment.