SandyChapman commented on a change in pull request #16517:
URL: https://github.com/apache/beam/pull/16517#discussion_r800619955



##########
File path: sdks/python/apache_beam/transforms/ptransform.py
##########
@@ -1002,7 +1002,7 @@ def default_label(self):
     return label_from_callable(self._fn)
 
 
-def ptransform_fn(fn):
+def ptransform_fn(fn) -> Callable[..., _PTransformFnPTransform]:

Review comment:
       Sure thing. I'll edit, test, and push the change shortly.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to