We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfd892 commit f7b0806Copy full SHA for f7b0806
1 file changed
plotpy/tests/unit/test_baseplot.py
@@ -26,7 +26,6 @@ def test_baseplot_api():
26
plot = win.get_plot()
27
plot.manager.add_tool(SelectPointsTool)
28
plot.manager.add_tool(EditPointTool)
29
- plot.manager.add_tool(DownSamplingTool) # noqa: F821
30
plot.get_default_item()
31
title = "Test title"
32
plot.set_title(title)
0 commit comments