Skip to content

Commit f7b0806

Browse files
committed
remove duplicate tool
1 parent 6bfd892 commit f7b0806

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plotpy/tests/unit/test_baseplot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def test_baseplot_api():
2626
plot = win.get_plot()
2727
plot.manager.add_tool(SelectPointsTool)
2828
plot.manager.add_tool(EditPointTool)
29-
plot.manager.add_tool(DownSamplingTool) # noqa: F821
3029
plot.get_default_item()
3130
title = "Test title"
3231
plot.set_title(title)

0 commit comments

Comments
 (0)