chadrik commented on a change in pull request #12881:
URL: https://github.com/apache/beam/pull/12881#discussion_r492495771



##########
File path: sdks/python/apache_beam/runners/worker/bundle_processor.py
##########
@@ -119,10 +125,10 @@ class RunnerIOOperation(operations.Operation):
 
   def __init__(self,
                name_context,  # type: Union[str, common.NameContext]
-               step_name,
+               step_name,  # type: Any

Review comment:
       It looks like this argument isn't used at all any more.
   
   The inheritance tree looks like this:
   
   - `operations.Operation`: does not accept a `step_name` argument
     - `RunnerIOOperation`: calls `super`. does nothing with `step_name`
       - `DataOutputOperation`: does not override `__init__`
       - `DataInputOperation`:  calls `super`. does nothing with `step_name`
   
   




----------------------------------------------------------------
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.

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


Reply via email to