mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-11 20:27:54 +02:00
Lint
This commit is contained in:
@@ -180,7 +180,7 @@ class CompiledStateGraph(CompiledGraph):
|
||||
|
||||
return super().get_input_schema(config)
|
||||
|
||||
def get_output_schema(self, config: RunnableConfig | None = None) -> BaseModel:
|
||||
def get_output_schema(self, config: Optional[RunnableConfig] = None) -> BaseModel:
|
||||
if isinstance(self.builder.schema, BaseModel):
|
||||
return self.builder.schema
|
||||
|
||||
|
||||
Reference in New Issue
Block a user