diff --git a/comfy_execution/caching.py b/comfy_execution/caching.py index 8ac5d37cd..dbb37b89f 100644 --- a/comfy_execution/caching.py +++ b/comfy_execution/caching.py @@ -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 \ No newline at end of file + return result