Skip to content

Commit e7f3756

Browse files
committed
formatting
1 parent 2b98cce commit e7f3756

File tree

1 file changed

+3
-1
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+3
-1
lines changed

packages/python/plotly/plotly/express/_core.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2859,7 +2859,9 @@ def _spacing_error_translator(e, direction, facet_arg):
28592859
e.args = (
28602860
e.args[0]
28612861
+ """
2862-
Use the {facet_arg} argument to adjust this spacing.""".format(facet_arg=facet_arg),
2862+
Use the {facet_arg} argument to adjust this spacing.""".format(
2863+
facet_arg=facet_arg
2864+
),
28632865
)
28642866
raise e
28652867

0 commit comments

Comments
 (0)