mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed unused variable
This commit is contained in:
parent
c4a7a3ac50
commit
0d40c89f47
1 changed files with 0 additions and 2 deletions
|
|
@ -20,8 +20,6 @@ class ColorPickerWidget(QtWidgets.QWidget):
|
|||
def __init__(self, color=None, parent=None):
|
||||
super(ColorPickerWidget, self).__init__(parent)
|
||||
|
||||
top_part = QtWidgets.QWidget(self)
|
||||
|
||||
# Color triangle
|
||||
color_triangle = QtColorTriangle(self)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue