Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed May 23, 2011
1 parent 475fc89 commit 8b613a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_auth/views.py
Expand Up @@ -4,7 +4,7 @@
HttpResponseServerError
from django.core.urlresolvers import reverse
from django.db import transaction
from django.contrib.auth import login, REDIRECT_FIELD_NAME, load_backend
from django.contrib.auth import login, REDIRECT_FIELD_NAME
from django.contrib.auth.decorators import login_required

from social_auth.backends import get_backend
Expand Down

0 comments on commit 8b613a6

Please sign in to comment.