From: Matías Aguirre Date: Tue, 25 Oct 2011 16:57:11 +0000 (-0200) Subject: PyLint X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=79815a77359a21a4eb23e5c8a1a72ba5b2430666;p=django-social-auth.git PyLint --- diff --git a/social_auth/backends/pipeline/user.py b/social_auth/backends/pipeline/user.py index c011ec2..6e32ef5 100644 --- a/social_auth/backends/pipeline/user.py +++ b/social_auth/backends/pipeline/user.py @@ -80,7 +80,8 @@ def create_user(backend, details, response, uid, username, user=None, *args, } -def update_user_details(backend, details, response, user, is_new=False, *args, **kwargs): +def update_user_details(backend, details, response, user, is_new=False, *args, + **kwargs): """Update user details using data from provider.""" changed = False # flag to track changes