just fall through to the DjangoStrategy constructor

This commit is contained in:
Wayne Witzel III 2017-09-20 08:50:39 -04:00
parent 3fb6b5594d
commit bab4cbbcf7
No known key found for this signature in database
GPG Key ID: B4F07BDC564D6301

View File

@ -13,9 +13,6 @@ class AWXDjangoStrategy(DjangoStrategy):
want to ensure we update the SOCIAL_AUTH_STRATEGY setting.
"""
def __init__(self, storage, request=None, tpl=None):
super(AWXDjangoStrategy, self).__init__(storage, tpl)
def request_port(self):
"""Port in use for this request
https://github.com/python-social-auth/social-app-django/blob/master/social_django/strategy.py#L76