Skip to content

Commit c91f291

Browse files
authored
Update graph.py
1 parent 35d5cb6 commit c91f291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agent/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
from dataclasses import dataclass
99
from typing import Any, Dict
10-
from typing_extensions import TypedDict
1110

1211
from langgraph.graph import StateGraph
1312
from langgraph.runtime import Runtime
13+
from typing_extensions import TypedDict
1414

1515

1616
class Context(TypedDict):

0 commit comments

Comments
 (0)