mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
removed unused variable
This commit is contained in:
parent
0a4379557c
commit
ce7e11e12c
1 changed files with 0 additions and 1 deletions
|
|
@ -1409,7 +1409,6 @@ class ModifiableDict(QtWidgets.QWidget, InputObject):
|
|||
key = input_field.key_value()
|
||||
fields_by_keys[key].append(input_field)
|
||||
|
||||
any_invalid = False
|
||||
for fields in fields_by_keys.values():
|
||||
if len(fields) == 1:
|
||||
field = fields[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue