diff --git a/libs/langgraph/langgraph/pregel/_loop.py b/libs/langgraph/langgraph/pregel/_loop.py index 4ff5d2ad9..6876b6c7f 100644 --- a/libs/langgraph/langgraph/pregel/_loop.py +++ b/libs/langgraph/langgraph/pregel/_loop.py @@ -459,9 +459,6 @@ class PregelLoop: def tick(self) -> bool: """Execute a single iteration of the Pregel loop. - Args: - input_keys: The key(s) to read input from. - Returns: True if more iterations are needed. """