mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 23:51:07 +00:00
fixed the linter <> protobuf issues
This commit is contained in:
@ -1842,7 +1842,7 @@ class IPeerRecord(ABC):
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
def to_protobuf(self) -> pb.PeerRecord: # type: ignore[name-defined, attr-defined]
|
||||
def to_protobuf(self) -> pb.PeerRecord:
|
||||
"""
|
||||
Convert this PeerRecord into its Protobuf representation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user