mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-09 01:37:02 +08: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…
x
Reference in New Issue
Block a user