This commit is contained in:
Nuno Campos
2025-01-16 16:32:39 -08:00
parent a33c59626a
commit 2cf98725c4
+1 -1
View File
@@ -189,7 +189,7 @@ class EntrypointPregel(Pregel):
self,
config: Optional[RunnableConfig] = None,
*,
xray: int | bool = False,
xray: Union[int, bool] = False,
) -> Graph:
name, entrypoint = next(iter(self.nodes.items()))
graph = Graph()