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

Skip to content

Commit 0d873e1

Browse files
committed
tyop
1 parent d5fb77d commit 0d873e1

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
@@ -111,7 +111,7 @@ def _plot_option_logic(plot_options_from_call_signature):
111111
user_plot_options.update(file_options)
112112
user_plot_options.update(session_options)
113113
user_plot_options.update(plot_options_from_call_signature)
114-
user_plot_options = {k: v for k, v in user_plot_options.items
114+
user_plot_options = {k: v for k, v in user_plot_options.items()
115115
if k in default_plot_options}
116116

117117
return user_plot_options

0 commit comments

Comments
 (0)