RyuSA commented on code in PR #31219: URL: https://github.com/apache/beam/pull/31219#discussion_r1605807838
########## sdks/python/apache_beam/io/filesystems.py: ########## @@ -35,28 +38,38 @@ # pylint: disable=wrong-import-position, unused-import try: from apache_beam.io.hadoopfilesystem import HadoopFileSystem -except ImportError: +except ModuleNotFoundError: Review Comment: sorry for my BIG late response. I'll take care of this PR this weekend! -- 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]
