chadrik commented on a change in pull request #11038: [BEAM-7746] More typing
fixes
URL: https://github.com/apache/beam/pull/11038#discussion_r396684644
##########
File path: sdks/python/apache_beam/runners/worker/sdk_worker.py
##########
@@ -353,6 +359,8 @@ def release(self, instruction_id):
self.cached_bundle_processors[descriptor_id].append(processor)
def shutdown(self):
+ # type: (...) -> None
Review comment:
correct. looks like I got a little sloppy. will fix in my next push.
----------------------------------------------------------------
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]
With regards,
Apache Git Services