We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a211883 commit 7f8f68cCopy full SHA for 7f8f68c
1 file changed
plotly/plotly/plotly.py
@@ -1212,7 +1212,7 @@ def headers(cls):
1212
headers['authorization'] = 'Basic ' + encoded_proxy_auth
1213
headers['plotly-authorization'] = 'Basic ' + encoded_api_auth
1214
else:
1215
- headers['authorization'] = 'Basic ' + encoded_api_auth,
+ headers['authorization'] = 'Basic ' + encoded_api_auth
1216
1217
return headers
1218
0 commit comments