fix lint problems

This commit is contained in:
Mustafa-Zarkash 2023-07-06 12:39:13 +03:00
parent fa57cc4bdc
commit fdf35e115b

View file

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