Skip to content

Commit d28fee1

Browse files
committed
[] —> list for type checking, it was an error.
1 parent 992c807 commit d28fee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
CREDENTIALS_KEYS = {
2020
'username': six.string_types,
2121
'api_key': six.string_types,
22-
'stream_ids': []
22+
'stream_ids': list
2323
}
2424

2525
CONFIG_KEYS = {

0 commit comments

Comments
 (0)