mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-12 04:37:51 +02:00
Lint
This commit is contained in:
@@ -70,8 +70,6 @@ def map_debug_tasks(
|
||||
if config is not None and TAG_HIDDEN in config.get("tags", []):
|
||||
continue
|
||||
|
||||
print("map_debug_tasks", json.dumps((name, step, config["metadata"])))
|
||||
|
||||
yield {
|
||||
"type": "task",
|
||||
"timestamp": ts,
|
||||
@@ -97,8 +95,6 @@ def map_debug_task_results(
|
||||
if config is not None and TAG_HIDDEN in config.get("tags", []):
|
||||
continue
|
||||
|
||||
print("map_debug_tasks_r", json.dumps((name, step, config["metadata"])))
|
||||
|
||||
yield {
|
||||
"type": "task_result",
|
||||
"timestamp": ts,
|
||||
|
||||
Reference in New Issue
Block a user