lazylynx commented on a change in pull request #14855:
URL: https://github.com/apache/beam/pull/14855#discussion_r640651389
##########
File path: sdks/python/gen_protos.py
##########
@@ -32,6 +29,7 @@
import sys
import time
import warnings
+from importlib import import_module
Review comment:
I tried to generate_proto_files without futurize and found that it
causes import error with urn files.
I'll investigate more.
--
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]