mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-19 10:53:29 +00:00
Satisfy ruff check
This commit is contained in:
parent
ee8f1bccfc
commit
541e00afca
@ -399,7 +399,7 @@ class DependencyAwareCache(BasicCache):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
node_id: The ID of the node to retrieve.
|
node_id: The ID of the node to retrieve.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
The cached value for the node.
|
The cached value for the node.
|
||||||
"""
|
"""
|
||||||
@ -468,4 +468,4 @@ class DependencyAwareCache(BasicCache):
|
|||||||
"ancestors": self.ancestors,
|
"ancestors": self.ancestors,
|
||||||
"executed_nodes": list(self.executed_nodes),
|
"executed_nodes": list(self.executed_nodes),
|
||||||
})
|
})
|
||||||
return result
|
return result
|
||||||
|
Loading…
Reference in New Issue
Block a user