Skip to content

Commit f48b3e3

Browse files
committed
fix pylint
1 parent 9907c25 commit f48b3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdks/python/apache_beam/runners/interactive/recording_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ def _get_pipeline_graph(self):
715715
# Allow initial module loading to be complete and not have a circular
716716
# import.
717717
from apache_beam.runners.interactive.display.pipeline_graph import PipelineGraph
718+
718719
# Try to create the graph.
719720
self._pipeline_graph = PipelineGraph(self.user_pipeline)
720721
except (ImportError, NameError, AttributeError):

0 commit comments

Comments
 (0)