Skip to content

Commit

Permalink
Correct formatting for latest black.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed May 22, 2023
1 parent 8fda4ea commit 6ff2a6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/django_registration/migrations/0001_initial.py
Expand Up @@ -15,7 +15,6 @@


class Migration(migrations.Migration):

dependencies = [migrations.swappable_dependency(settings.AUTH_USER_MODEL)]

operations = [
Expand Down
1 change: 0 additions & 1 deletion tests/migrations/0001_initial.py
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = [] # type: list
Expand Down

0 comments on commit 6ff2a6f

Please sign in to comment.