Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-01 22:55:03 +00:00
parent 8bf7664e02
commit 9e3dec25e3
@@ -1,18 +0,0 @@
import dataclasses
from typing import Any, Callable
from langgraph.types import _DC_KWARGS
@dataclasses.dataclass(**_DC_KWARGS)
class PregelScratchpad:
step: int
stop: int
# call
call_counter: Callable[[], int]
# interrupt
interrupt_counter: Callable[[], int]
get_null_resume: Callable[[bool], Any]
resume: list[Any]
# subgraph
subgraph_counter: Callable[[], int]