[Python-modules-commits] [python-social-auth] 59/131: PEP8

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:17:02 UTC 2016


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

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

commit 93eb2a1b78166695a00ad56021182ffa4f33e859
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Sat Jun 4 22:12:14 2016 -0300

    PEP8
---
 social/backends/coding.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/social/backends/coding.py b/social/backends/coding.py
index ee9b2af..3b4295e 100644
--- a/social/backends/coding.py
+++ b/social/backends/coding.py
@@ -41,5 +41,8 @@ class CodingOAuth2(BaseOAuth2):
         return data.get('data')
 
     def _user_data(self, access_token, path=None):
-        url = urljoin(self.api_url(), 'account/current_user{0}'.format(path or ''))
+        url = urljoin(
+            self.api_url(),
+            'account/current_user{0}'.format(path or '')
+        )
         return self.get_json(url, params={'access_token': access_token})

-- 
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