Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f8f68c

Browse files
committed
remove unnecessary comma
1 parent a211883 commit 7f8f68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly/plotly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ def headers(cls):
12121212
headers['authorization'] = 'Basic ' + encoded_proxy_auth
12131213
headers['plotly-authorization'] = 'Basic ' + encoded_api_auth
12141214
else:
1215-
headers['authorization'] = 'Basic ' + encoded_api_auth,
1215+
headers['authorization'] = 'Basic ' + encoded_api_auth
12161216

12171217
return headers
12181218

0 commit comments

Comments
 (0)