tvalentyn commented on code in PR #24599:
URL: https://github.com/apache/beam/pull/24599#discussion_r1132794104
##########
sdks/python/apache_beam/runners/pipeline_context.py:
##########
@@ -310,8 +310,9 @@ def get_or_create_environment_with_resource_hints(
"""Creates an environment that has necessary hints and returns its id."""
template_env = self.environments.get_proto_from_id(template_env_id)
cloned_env = beam_runner_api_pb2.Environment()
+ # (TODO https://github.com/apache/beam/issues/25615)
# Remove the suppress warning for type once mypy is updated to
- # newer version. https://github.com/apache/beam/issues/25615
Review Comment:
Can we say:
# Remove the suppress warning for type once mypy is updated to 0.941
or higher?
--
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]