updates to move_nodes and emane_pathlosses type hinting and naming
This commit is contained in:
parent
e74481df34
commit
29d09c8397
2 changed files with 6 additions and 4 deletions
|
@ -695,7 +695,9 @@ class CoreGrpcServer(core_pb2_grpc.CoreApiServicer):
|
|||
return core_pb2.GetNodeResponse(node=node_proto, interfaces=interfaces)
|
||||
|
||||
def MoveNodes(
|
||||
self, request_iterator, context: ServicerContext
|
||||
self,
|
||||
request_iterator: Iterable[core_pb2.MoveNodesRequest],
|
||||
context: ServicerContext,
|
||||
) -> core_pb2.MoveNodesResponse:
|
||||
"""
|
||||
Stream node movements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue