Update base.py
This commit is contained in:
parent
5857253e71
commit
e07b7f546d
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ class Graph:
|
|||
self._edges = edges
|
||||
self._build_graph()
|
||||
|
||||
@classmethod
|
||||
@classmethod
|
||||
def from_payload(cls, payload: Dict) -> "Graph":
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue