We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea87a0 commit beb21cbCopy full SHA for beb21cb
src/executorlib/task_scheduler/interactive/dependency_plot.py
@@ -5,7 +5,6 @@
5
from typing import Optional
6
7
import cloudpickle
8
-import numpy as np
9
10
from executorlib.standalone.select import FutureSelector
11
@@ -245,6 +244,8 @@ def export_dependency_graph_function(
245
244
edge_lst (list): List of edges.
246
file_name (str): Name of the file to store the exported graph in.
247
"""
+ import numpy as np
248
+
249
pwd_nodes_lst = []
250
for n in node_lst:
251
if n["type"] == "function":
0 commit comments