mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Update peer store interface
This commit is contained in:
@ -5,9 +5,6 @@ from .id import ID
|
||||
|
||||
|
||||
class IPeerMetadata(ABC):
|
||||
def __init__(self) -> None:
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def get(self, peer_id: ID, key: str) -> Any:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user