chadrik commented on a change in pull request #11038: [BEAM-7746] More typing fixes URL: https://github.com/apache/beam/pull/11038#discussion_r396683616
########## File path: sdks/python/apache_beam/runners/worker/operations.py ########## @@ -569,7 +580,7 @@ def __init__(self, self.tagged_receivers = None # type: Optional[_TaggedReceivers] # A mapping of timer tags to the input "PCollections" they come in on. self.timer_inputs = timer_inputs or {} - self.input_info = None # type: Optional[Tuple[str, str, coders.WindowedValueCoder, MutableMapping[str, str]]] Review comment: correct, I discovered it was only iterating over keys (using `for x in y`), so it only needed to be `Iterable[str]`. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services