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

Skip to content

Commit e09cbb7

Browse files
author
Stefan Mitic
committed
style: removed extra blank line
1 parent d99430e commit e09cbb7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/backend_bases.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,6 @@ def __init__(self, name, canvas, x, y, button=None, key=None,
14031403

14041404
LocationEvent.__init__(self, name, canvas, x, y, guiEvent=guiEvent)
14051405

1406-
14071406
def __str__(self):
14081407
return (f"{self.name}: "
14091408
f"xy=({self.x}, {self.y}) xydata=({self.xdata}, {self.ydata}) "

0 commit comments

Comments
 (0)