Update base.py

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-13 17:31:53 -03:00 committed by GitHub
commit e07b7f546d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,6 @@ class Graph:
self._edges = edges
self._build_graph()
@classmethod
@classmethod
def from_payload(cls, payload: Dict) -> "Graph":
"""