mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-30 03:39:38 +02:00
Lint
This commit is contained in:
@@ -167,9 +167,6 @@ def test_graph_validation() -> None:
|
||||
|
||||
class State(TypedDict):
|
||||
hello: str
|
||||
shared_things: Annotated[
|
||||
dict[str, dict[str, Any]], SharedValue.on("assistant_id")
|
||||
]
|
||||
|
||||
def node_a(state: State) -> State:
|
||||
# typo
|
||||
|
||||
Reference in New Issue
Block a user