mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-08 05:10:36 +01:00
remove orientation type hint
This commit is contained in:
@@ -25,9 +25,7 @@ class QRangeSlider(QSlider):
|
||||
|
||||
_NULL_CTRL = ("None", -1)
|
||||
|
||||
def __init__(
|
||||
self, orientation: Qt.Orientation = Qt.Horizontal, parent: QWidget = None
|
||||
):
|
||||
def __init__(self, orientation=Qt.Horizontal, parent: QWidget = None):
|
||||
super().__init__(orientation, parent)
|
||||
|
||||
# list of values
|
||||
|
||||
Reference in New Issue
Block a user