We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9907c25 commit f48b3e3Copy full SHA for f48b3e3
sdks/python/apache_beam/runners/interactive/recording_manager.py
@@ -715,6 +715,7 @@ def _get_pipeline_graph(self):
715
# Allow initial module loading to be complete and not have a circular
716
# import.
717
from apache_beam.runners.interactive.display.pipeline_graph import PipelineGraph
718
+
719
# Try to create the graph.
720
self._pipeline_graph = PipelineGraph(self.user_pipeline)
721
except (ImportError, NameError, AttributeError):
0 commit comments