mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-07 02:07:52 +02:00
Remove print
This commit is contained in:
@@ -237,7 +237,6 @@ class Pregel(
|
||||
self, config: Optional[RunnableConfig] = None
|
||||
) -> Type[BaseModel]:
|
||||
if isinstance(self.output, str):
|
||||
print(self.output, self.channels[self.output].UpdateType)
|
||||
return super().get_output_schema(config)
|
||||
else:
|
||||
return create_model( # type: ignore[call-overload]
|
||||
|
||||
Reference in New Issue
Block a user