Skip to content

Commit

Permalink
Update 0001_initial.py
Browse files Browse the repository at this point in the history
removed unwanted line
  • Loading branch information
elementzonline authored Oct 19, 2023
1 parent 5d349b1 commit aa043e8
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 @@ -12,7 +12,6 @@ class Migration(migrations.Migration):
dependencies = (
[
("sites", "0001_initial"),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]
if app_settings.SITES_ENABLED
else []
Expand Down

0 comments on commit aa043e8

Please sign in to comment.