added hacks for linting errors

This commit is contained in:
lla-dane
2025-07-09 13:00:14 +05:30
parent ecc443dcfe
commit 2ff5ae9c90
4 changed files with 18 additions and 17 deletions

View File

@ -1718,7 +1718,7 @@ class IPeerRecord(ABC):
"""
@abstractmethod
def to_protobuf(self) -> pb.PeerRecord:
def to_protobuf(self) -> pb.PeerRecord: # type: ignore[name-defined, attr-defined]
"""
Convert this PeerRecord into its Protobuf representation.