KevinGG commented on code in PR #25373: URL: https://github.com/apache/beam/pull/25373#discussion_r1100524101
########## sdks/python/apache_beam/runners/interactive/pipeline_fragment.py: ########## @@ -23,6 +23,7 @@ from apache_beam.pipeline import AppliedPTransform from apache_beam.pipeline import PipelineVisitor from apache_beam.runners.interactive import interactive_environment as ie +from apache_beam.runners.interactive import interactive_runner as ir Review Comment: Let's move the import down to where it's used and only import the class. Keeping it here might cause import loops. -- 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]
