This commit is contained in:
Eugene Yurtsev
2025-01-16 14:23:32 -05:00
parent 46907b6cf9
commit d021f476db
+1 -1
View File
@@ -122,7 +122,7 @@ def entrypoint(
Returns:
A Pregel graph.
"""
# wrap generators in a function that writes to StreamWriter
# wrap generators in a function that writes to StreamWriter
if inspect.isgeneratorfunction(func):
original_sig = inspect.signature(func)
# Check if original signature has a writer argument with a matching type.