We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357b720 commit b296b40Copy full SHA for b296b40
sdks/python/apache_beam/runners/interactive/display/pipeline_graph.py
@@ -237,12 +237,6 @@ def _construct_graph(
237
default_edge_attrs: (Dict[str, str]) a dict of attributes
238
"""
239
with self._lock:
240
- try:
241
- pydot.Dot()
242
- except NameError:
243
- raise RuntimeError(
244
- 'pydot is required for pipeline graph generation. '
245
- 'Install it with: pip install pydot')
246
self._graph = pydot.Dot()
247
248
if default_vertex_attrs:
0 commit comments