Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Dec 1, 2018
1 parent a61518c commit ad301bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/models.py
Expand Up @@ -19,9 +19,9 @@
from account.conf import settings
from account.fields import TimeZoneField
from account.hooks import hookset
from account.languages import DEFAULT_LANGUAGE
from account.managers import EmailAddressManager, EmailConfirmationManager
from account.signals import signup_code_sent, signup_code_used
from account.languages import DEFAULT_LANGUAGE

try:
from urllib.parse import urlencode
Expand Down

0 comments on commit ad301bd

Please sign in to comment.