Skip to content

Commit

Permalink
chore(flake8): Migrations fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Oct 20, 2023
1 parent b9ad587 commit f87f42d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion allauth/socialaccount/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class Migration(migrations.Migration):
) + [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]


operations = [
migrations.CreateModel(
Expand Down

0 comments on commit f87f42d

Please sign in to comment.