Skip to content

Commit

Permalink
Apply Black to migrations, refs #157
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Dec 16, 2023
1 parent d0eb765 commit 960b8cd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion django_sql_dashboard/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
("django_sql_dashboard", "0001_initial"),
Expand Down
1 change: 0 additions & 1 deletion django_sql_dashboard/migrations/0003_update_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("auth", "0012_alter_user_first_name_max_length"),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("django_sql_dashboard", "0003_update_metadata"),
]
Expand Down

0 comments on commit 960b8cd

Please sign in to comment.