fix import ordering
This commit is contained in:
parent
fc16b3fedf
commit
a27921016b
1 changed files with 2 additions and 1 deletions
|
@ -9,13 +9,14 @@ from django.core import mail
|
|||
from django.test import TestCase, override_settings
|
||||
|
||||
from allauth.socialaccount.models import SocialAccount
|
||||
from allauth_ens.utils import get_ldap_infos
|
||||
|
||||
import six
|
||||
from allauth_cas.test.testcases import CASTestCase
|
||||
from fakeldap import MockLDAP
|
||||
from mock import patch
|
||||
|
||||
from allauth_ens.utils import get_ldap_infos
|
||||
|
||||
from .adapter import deprecate_clippers, install_longterm_adapter
|
||||
|
||||
_mock_ldap = MockLDAP()
|
||||
|
|
Loading…
Reference in a new issue