mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
fixed pre commit hook issues in autonat
This commit is contained in:
committed by
Paul Robinson
parent
9655c88788
commit
1730999e38
@ -32,13 +32,14 @@ class AutoNATStub:
|
||||
"""AutoNAT service definition"""
|
||||
|
||||
def __init__(self, channel: grpc.Channel) -> None:
|
||||
"""Initialize the AutoNAT stub.
|
||||
"""
|
||||
Initialize the AutoNAT stub.
|
||||
|
||||
Args:
|
||||
----
|
||||
channel (grpc.Channel): The gRPC channel instance that facilitates
|
||||
communication for the AutoNAT service, providing the underlying
|
||||
transport mechanism for RPC calls.
|
||||
channel (grpc.Channel): The gRPC channel instance that facilitates
|
||||
communication for the AutoNAT service, providing the underlying
|
||||
transport mechanism for RPC calls.
|
||||
|
||||
"""
|
||||
self.Dial = channel.unary_unary(
|
||||
|
||||
Reference in New Issue
Block a user