fixed the linter <> protobuf issues

This commit is contained in:
lla-dane
2025-07-17 23:22:49 +05:30
parent 8625226be8
commit 9d597012cc
11 changed files with 117 additions and 40 deletions

View File

@ -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.