Skip to content

Commit fae0caa

Browse files
committed
black
1 parent 003d447 commit fae0caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/python/plotly/plotly/tests/test_core/test_px/test_px_hover.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def test_composite_hover():
3333
)
3434
assert (
3535
fig.data[0].hovertemplate
36-
== "tip=%{x}<br>total_bill=%{customdata[3]:.1f}<br>sex=%{customdata[1]}<extra></extra>" or
37-
fig.data[0].hovertemplate
36+
== "tip=%{x}<br>total_bill=%{customdata[3]:.1f}<br>sex=%{customdata[1]}<extra></extra>"
37+
or fig.data[0].hovertemplate
3838
== "tip=%{x}<br>total_bill=%{customdata[1]:.1f}<br>sex=%{customdata[3]}<extra></extra>"
3939
)
4040

0 commit comments

Comments
 (0)