Abacn commented on code in PR #37581: URL: https://github.com/apache/beam/pull/37581#discussion_r2806062801
########## sdks/python/apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_client.py: ########## @@ -1,5 +1,8 @@ """Generated client library for dataflow version v1b3.""" # NOTE: This file is autogenerated and should not be edited by hand. + +from __future__ import absolute_import Review Comment: we can remove this line? There is still some Python 2 API in generated code. -- 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]
