From 541e00afca3ff262498fd91484c32026a25c9419 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Thu, 10 Apr 2025 19:31:21 -0500 Subject: [PATCH] Satisfy ruff check --- comfy_execution/caching.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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