lazylynx commented on a change in pull request #14184:
URL: https://github.com/apache/beam/pull/14184#discussion_r591482005
##########
File path:
sdks/python/apache_beam/runners/interactive/interactive_environment.py
##########
@@ -171,7 +171,6 @@ def __init__(self):
self._computed_pcolls = set()
# Always watch __main__ module.
self.watch('__main__')
- self._is_py_version_ready = True
Review comment:
version checking is removed at
https://github.com/apache/beam/pull/14137/files#diff-494028baa234df312d977c601f13723366cb547e803fe96180375c81c5765b91L175
----------------------------------------------------------------
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]