8000 Fix indentation · matplotlib/matplotlib@102f5b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 102f5b2

Browse files
committed
Fix indentation
1 parent 0666cdf commit 102f5b2

File tree

1 file changed

+2
-2
lines changed

lib/matplotlib/widgets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,8 +1100,8 @@ class _SelectorWidget(AxesWidget):
11001100
def __init__(self, ax, onselect, useblit=False, button=None):
11011101
AxesWidget.__init__(self, ax)
11021102

1103-
self.visible = True
1104-
self.connect_default_events()
1103+
self.visible = True
1104+
self.connect_default_events()
11051105

11061106
self.background = None
11071107
self.artists = []

0 commit comments

Comments
 (0)
0