Satisfy ruff check

This commit is contained in:
Jedrzej Kosinski 2025-04-10 19:31:21 -05:00
parent ee8f1bccfc
commit 541e00afca

View File

@ -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