[Python-modules-commits] [python-social-auth] 07/61: Clean up

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


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

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

commit 387b262d7f7eb97578b7e8e06a91d465ba81f686
Author: bluszcz <bluszcz at bluszcz.net>
Date:   Mon Jul 13 02:15:25 2015 +0200

    Clean up
---
 social/backends/meetup.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/social/backends/meetup.py b/social/backends/meetup.py
index 570dc0e..8463a54 100644
--- a/social/backends/meetup.py
+++ b/social/backends/meetup.py
@@ -14,11 +14,6 @@ class MeetupOAuth2(BaseOAuth2):
     DEFAULT_SCOPE = ['basic',]
     SCOPE_SEPARATOR = ','
     REDIRECT_STATE = False
-    EXTRA_DATA = [
-        ('id', 'id'),
-        ('refresh_token', 'refresh_token'),
-        ('expires', 'expires')
-    ]
     STATE_PARAMETER = 'state'
 
     def get_user_details(self, response):

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