Skip to content

Commit fb7bd75

Browse files
authored
Update test_update_traces.py
1 parent 143ecfd commit fb7bd75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: packages/python/plotly/plotly/tests/test_core/test_update_objects/test_update_traces.py

-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ def select_traces_fixture():
430430

431431
def test_select_traces_integer(select_traces_fixture):
432432
fig = select_traces_fixture
433-
434433
# check that selecting first trace does indeed only select the first
435434
tr = list(fig.select_traces(selector=0))
436435
assert len(tr) == 1

0 commit comments

Comments
 (0)