From d6caa3b00a0f82311cb82abe49bf6c0a2fd0cecc Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:18:07 -0700 Subject: [PATCH] lint --- libs/langgraph/langgraph/pregel/runner.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/langgraph/langgraph/pregel/runner.py b/libs/langgraph/langgraph/pregel/runner.py index faf45e3d9..67f9c7b3e 100644 --- a/libs/langgraph/langgraph/pregel/runner.py +++ b/libs/langgraph/langgraph/pregel/runner.py @@ -634,9 +634,6 @@ def _acall( futures()[fut] = next_task # type: ignore[index] fut = cast(Union[asyncio.Future, concurrent.futures.Future], fut) - import sys - - print(f"FOO: {fut} {loop}", flush=True, file=sys.stderr) # return a chained future to ensure commit() callback is called # before the returned future is resolved, to ensure stream order etc try: