[Python-modules-commits] [python-social-auth] 07/89: removed extra tabbing and spaces in azuread

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:51 UTC 2016


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

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

commit a7b4c907d4d3aaa438801064573bb96000ab9626
Author: sushantgawali <sushant.gawali at gmail.com>
Date:   Tue Dec 15 09:09:54 2015 +0530

    removed extra tabbing and spaces in azuread
---
 social/backends/azuread.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/social/backends/azuread.py b/social/backends/azuread.py
index 4c59235..3c2be30 100644
--- a/social/backends/azuread.py
+++ b/social/backends/azuread.py
@@ -101,8 +101,8 @@ class AzureADOAuth2(BaseOAuth2):
 
     def refresh_token_params(self, token, *args, **kwargs):
         return {
-			'client_id' : self.setting('KEY'),
-			'client_secret' : self.setting('SECRET'),
+            'client_id': self.setting('KEY'),
+            'client_secret': self.setting('SECRET'),
             'refresh_token': token,
             'grant_type': 'refresh_token',
             'resource': self.setting('RESOURCE')

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