Skip to content

Commit e07b7f5

Browse files
authored
Update base.py
1 parent 5857253 commit e07b7f5

File tree

1 file changed

+0
-1
lines changed
  • src/backend/langflow/graph/graph

1 file changed

+0
-1
lines changed

src/backend/langflow/graph/graph/base.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def __init__(
2525
self._edges = edges
2626
self._build_graph()
2727

28-
@classmethod
2928
@classmethod
3029
def from_payload(cls, payload: Dict) -> "Graph":
3130
"""

0 commit comments

Comments
 (0)