remove orientation type hint

This commit is contained in:
Talley Lambert
2021-04-25 10:34:58 -04:00
parent bd7ceae5d8
commit 1ad3ef17fa

View File

@@ -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