Skip to content

Commit 4a19ce2

Browse files
committed
Merge pull request #198 from plotly/fix-session-module
Fix session module
2 parents 992c807 + 2117014 commit 4a19ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: plotly/session.py

+1-1
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 = {

Diff for: plotly/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.6.8'
1+
__version__ = '1.6.9'

0 commit comments

Comments
 (0)