Skip to content

Commit f8df989

Browse files
committed
Fix flake8
1 parent f49a08f commit f8df989

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
@@ -1975,7 +1975,7 @@ def __init__(self, ax, onselect, direction, minspan=0, useblit=False,
19751975

19761976
# Setup handles
19771977
handle_props = {
1978-
'color': (props or{}).get('facecolor', 'r'),
1978+
'color': (props or {}).get('facecolor', 'r'),
19791979
**cbook.normalize_kwargs(handle_props, Line2D._alias_map)}
19801980

19811981
if self._interactive:

0 commit comments

Comments
 (0)