Skip to content

Commit 380293a

Browse files
committed
Removing Max Group
1 parent fa4ca74 commit 380293a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

slider.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ def __init__(
184184
**kwargs,
185185
):
186186

187-
Widget.__init__(
188-
self, x=x, y=y, height=height, width=width, **kwargs)
187+
Widget.__init__(self, x=x, y=y, height=height, width=width, **kwargs)
189188
Control.__init__(self)
190189

191190
self._knob_width = height // 2

0 commit comments

Comments
 (0)