You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/03/10 13:05:46 UTC

[GitHub] [beam] lazylynx commented on a change in pull request #14184: [BEAM-9372] remove python version check whether python 3.6 above or not

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:
users@infra.apache.org