Skip to content

Commit da281fc

Browse files
committed
code cleaning
1 parent 871a52a commit da281fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plotpy/tests/items/test_curves.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ def test_plot():
4444
_win = ptv.show_items(
4545
items, wintitle=test_plot.__doc__, title="Curves", plot_type="curve"
4646
)
47-
stats_tool = _win.get_plot().manager.get_tool(CurveStatsTool)
48-
_win.get_plot().manager.set_active_tool(stats_tool)
4947

5048

5149
if __name__ == "__main__":

0 commit comments

Comments
 (0)