Private
Public Access
1
0

laatste loodjes

This commit is contained in:
Sander Roosendaal
2021-04-26 19:52:36 +02:00
parent 62d06a2439
commit b4ed7a0a6b
6 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ class PowerServicer(object):
raise NotImplementedError('Method not implemented!') # pragma: no cover
def add_PowerServicer_to_server(servicer, server):
def add_PowerServicer_to_server(servicer, server): # pragma: no cover
rpc_method_handlers = {
'CalcPower': grpc.unary_unary_rpc_method_handler(
servicer.CalcPower,