mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
Merge pull request #218 from subuk/devel
Fix typo in AWXDjangoStrategy constructor
This commit is contained in:
@@ -13,9 +13,6 @@ class AWXDjangoStrategy(DjangoStrategy):
|
|||||||
want to ensure we update the SOCIAL_AUTH_STRATEGY setting.
|
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):
|
def request_port(self):
|
||||||
"""Port in use for this request
|
"""Port in use for this request
|
||||||
https://github.com/python-social-auth/social-app-django/blob/master/social_django/strategy.py#L76
|
https://github.com/python-social-auth/social-app-django/blob/master/social_django/strategy.py#L76
|
||||||
|
|||||||
Reference in New Issue
Block a user