Skip to content

Commit f9c6fa8

Browse files
committed
indentation fix
1 parent fbc0f27 commit f9c6fa8

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/io

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/io/_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def to_json_plotly(plotly_object, pretty=False, engine=None):
8383
8484
{orjson}""".format(json=results["json"], orjson=results["orjson"]))
8585

86-
return result_str
86+
return result_str
8787

8888

8989
def _to_json_plotly(plotly_object, pretty=False, engine=None):

0 commit comments

Comments
 (0)