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