We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5857253 commit e07b7f5Copy full SHA for e07b7f5
src/backend/langflow/graph/graph/base.py
@@ -25,7 +25,6 @@ def __init__(
25
self._edges = edges
26
self._build_graph()
27
28
- @classmethod
29
@classmethod
30
def from_payload(cls, payload: Dict) -> "Graph":
31
"""
0 commit comments