more linting

This commit is contained in:
Sydney Runkle
2025-04-22 11:34:38 -07:00
parent 8e6c0be48a
commit 8506c6655b
+1 -1
View File
@@ -498,7 +498,7 @@ def interrupt(value: Any) -> Any:
from langgraph.errors import GraphInterrupt
from langgraph.utils.config import get_config
conf = get_config()[CONF]
conf = get_config()["configurable"]
# track interrupt index
scratchpad: PregelScratchpad = conf[CONFIG_KEY_SCRATCHPAD]
idx = scratchpad.interrupt_counter()