We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70a332 commit 6f83cf0Copy full SHA for 6f83cf0
plotly/session.py
@@ -132,7 +132,7 @@ def update_session_plot_options(**kwargs):
132
.format(key, PLOT_OPTIONS[key]))
133
134
# raise exception if sharing is invalid
135
- if (key == 'sharing' and not (kwargs[key] in SHARING_OPTIONS)):
+ if key == 'sharing' and not (kwargs[key] in SHARING_OPTIONS):
136
raise exceptions.PlotlyError("'{0}' must be of either '{1}', '{2}'"
137
" or '{3}'"
138
.format(key, *SHARING_OPTIONS))
0 commit comments