liferoad commented on code in PR #35110: URL: https://github.com/apache/beam/pull/35110#discussion_r2118170030
########## sdks/python/apache_beam/dataframe/io.py: ########## @@ -53,6 +53,7 @@ from apache_beam import io from apache_beam.dataframe import frame_base from apache_beam.io import fileio +from apache_beam.io.fileio import WriteToFiles Review Comment: no need to import since you can follow the existing way like fileio.WriteToFiles. -- 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]
