Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3261cf

Browse files
committed
Fix pep8 error
1 parent cf58c0a commit f3261cf

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)