mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove unnecessary line
This commit is contained in:
parent
5baf624124
commit
0be94fc2d8
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ class ActionVariantWidget(QtWidgets.QFrame):
|
|||
def __init__(self, item_id, label, has_settings, parent):
|
||||
super().__init__(parent)
|
||||
|
||||
|
||||
label_widget = QtWidgets.QLabel(label, self)
|
||||
settings_btn = None
|
||||
if has_settings:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue