From: Matías Aguirre Date: Mon, 9 Jul 2012 05:58:25 +0000 (-0300) Subject: PEP8. Refs #384 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f35328877c7daf6a8db1dcb31bddb1b2c6753cfa;p=django-social-auth.git PEP8. Refs #384 --- diff --git a/social_auth/context_processors.py b/social_auth/context_processors.py index f22ae96..1668887 100644 --- a/social_auth/context_processors.py +++ b/social_auth/context_processors.py @@ -1,10 +1,9 @@ +from django.contrib.auth import REDIRECT_FIELD_NAME + from social_auth.models import UserSocialAuth from social_auth.backends import get_backends from social_auth.utils import group_backend_by_type -from django.contrib.auth import REDIRECT_FIELD_NAME -from django.conf import settings - # Note: social_auth_backends, social_auth_by_type_backends and # social_auth_by_name_backends don't play nice together.