mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix lint problems
This commit is contained in:
parent
fa57cc4bdc
commit
fdf35e115b
1 changed files with 1 additions and 1 deletions
|
|
@ -109,4 +109,4 @@ class CreatePointCache(plugin.HoudiniCreator):
|
|||
# return the one with the minimum 'outputidx'
|
||||
else:
|
||||
return min(outputs,
|
||||
key=lambda node : node.parm('outputidx').eval())
|
||||
key=lambda node : node.parm('outputidx').eval())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue