We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be12b6d commit 857a000Copy full SHA for 857a000
src/Graph/edge.py
@@ -6,7 +6,6 @@
6
7
if TYPE_CHECKING:
8
from frame_graph import FrameGraph
9
- from node import Node
10
11
12
class Edge(Canvas):
0 commit comments