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

Skip to content

Commit e2ae36a

Browse files
author
root
committed
linter fixes for backend_bases
1 parent cfc7039 commit e2ae36a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3050,8 +3050,8 @@ def mouse_move(self, event):
30503050
if distance < 0.05:
30513051
(self.set_hover_message("Data Label: "
30523052
+ hover[i] +
3053-
" Original coords: "
3054-
))
3053+
" Original coords: "
3054+
))
30553055
else:
30563056
self.set_hover_message(self._mouse_event_to_message(event))
30573057
else:

0 commit comments

Comments
 (0)