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

Skip to content

Commit 8ff493c

Browse files
committed
Fix flake8
1 parent 3bbe997 commit 8ff493c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@ def __init__(self, ax, onselect, direction, minspan=0, useblit=False,
21072107

21082108
# Setup handles
21092109
handle_props = {
2110-
'color': (props or{}).get('facecolor', 'r'),
2110+
'color': (props or {}).get('facecolor', 'r'),
21112111
**cbook.normalize_kwargs(handle_props, Line2D._alias_map)}
21122112

21132113
if self._interactive:

0 commit comments

Comments
 (0)