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

Skip to content

Commit 98114eb

Browse files
getting tests to pass
1 parent 1a55e91 commit 98114eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/io/_kaleido.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def full_figure_for_development(fig, warn=True, as_dict=False):
306306
"To suppress this warning, set warn=False"
307307
)
308308

309-
fig = json.loads(str(scope.transform(fig, format="json")))
309+
fig = json.loads(scope.transform(fig, format="json"))
310310
if as_dict:
311311
return fig
312312
else:

0 commit comments

Comments
 (0)