8000 Fix pep8 error · matplotlib/matplotlib@6946052 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6946052

Browse files
committed
Fix pep8 error
1 parent 2f89072 commit 6946052

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_widgets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def onselect(epress, erelease):
7575
assert erelease.xdata == 150
7676
assert erelease.ydata == 150
7777

78-
7978
tool = widgets.RectangleSelector(ax, onselect, **kwargs)
8079
event = get_event(ax, xdata=100, ydata=100, button=1)
8180
tool.press(event)

0 commit comments

Comments
 (0)
0