mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 07:32:25 +02:00
lint again
This commit is contained in:
@@ -109,7 +109,7 @@ def draw_graph(
|
||||
# apply regular writes
|
||||
if isinstance(w, ChannelWrite):
|
||||
empty_input = (
|
||||
specs["__root__"].ValueType()
|
||||
cast(BaseChannel, specs["__root__"]).ValueType()
|
||||
if "__root__" in specs
|
||||
else None
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user