Skip to content

Commit 10e87ab

Browse files
committed
remove trailing comma for trailing-comma-tuple
1 parent 7891c24 commit 10e87ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/module_utils/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def _get_gigya_login_params(client, url, data):
156156
@require_requests
157157
def _gigya_websdk_bootstrap(client, params):
158158
# Performs the initial bootstrap call to the Gigya WebSDK.
159-
page_url = f'{C.URL_ACCOUNT_SAML_PROXY}?apiKey=' + params['apiKey'],
159+
page_url = f'{C.URL_ACCOUNT_SAML_PROXY}?apiKey=' + params['apiKey']
160160
params.update({
161161
'pageURL': page_url,
162162
'sdk': 'js_latest',

0 commit comments

Comments
 (0)