Skip to content

Commit 7120e23

Browse files
committed
Apply formatting 💄
1 parent 854ea0f commit 7120e23

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

Diff for: packages/python/plotly/plotly/express/_core.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,9 @@ def _spacing_error_translator(e, direction, facet_arg):
24782478
e.args = (
24792479
e.args[0]
24802480
+ """
2481-
Use the {facet_arg} argument to adjust this spacing.""".format(facet_arg=facet_arg),
2481+
Use the {facet_arg} argument to adjust this spacing.""".format(
2482+
facet_arg=facet_arg
2483+
),
24822484
)
24832485
raise e
24842486

0 commit comments

Comments
 (0)