[Python-modules-commits] [python-social-auth] 50/322: PEP8

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:12:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit 65b6d6a571070c24e56ddad1f94d40b318db806e
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Sat Nov 22 13:08:07 2014 -0200

    PEP8
---
 social/actions.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/social/actions.py b/social/actions.py
index 154c6e4..8d18bfa 100644
--- a/social/actions.py
+++ b/social/actions.py
@@ -39,7 +39,6 @@ def do_complete(backend, login, user=None, redirect_name='next',
     else:
         user = backend.complete(user=user, *args, **kwargs)
 
-
     # pop redirect value before the session is trashed on login(), but after
     # the pipeline so that the pipeline can change the redirect if needed
     redirect_value = backend.strategy.session_get(redirect_name, '') or \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list