Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Kohli <[email protected]>
  • Loading branch information
kohlisid committed Oct 13, 2023
1 parent b43989b commit ac620b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/source/simple-source/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ def pending_handler(self) -> PendingResponse:
grpc_server = Sourcer(
read_handler=ud_source.read_handler,
ack_handler=ud_source.ack_handler,
pending_handler=ud_source.pending_handler
pending_handler=ud_source.pending_handler,
)
grpc_server.start()

0 comments on commit ac620b1

Please sign in to comment.