Skip to content

Commit

Permalink
fix: typo in async_server.py (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Tolman <[email protected]>
  • Loading branch information
tolmanam authored Nov 21, 2023
1 parent 4db6f9d commit b24f87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynumaflow/sourcer/async_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def PendingFn(
return source_pb2.PendingResponse(result=resp)

async def __serve_async(self, server) -> None:
source_pb2_grpc.add_sourceServicer_to_server(
source_pb2_grpc.add_SourceServicer_to_server(
AsyncSourcer(read_handler=self.__source_read_handler),
server,
)
Expand Down

0 comments on commit b24f87d

Please sign in to comment.