numaproj / numaflow-python

Numaflow Python SDK
Apache License 2.0
52 stars 18 forks source link

fix: typo in async_server.py #118

Closed tolmanam closed 11 months ago

tolmanam commented 11 months ago

Fix typo in async_server.py. The function add_sourceServicer_to_server needs to read add_SourceServicer_to_server.

closes #117

vigith commented 11 months ago

could you please fix DCO?

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4db6f9d) 94.80% compared to head (04c913f) 94.80%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #118 +/- ## ======================================= Coverage 94.80% 94.80% ======================================= Files 33 33 Lines 1329 1329 Branches 89 89 ======================================= Hits 1260 1260 Misses 38 38 Partials 31 31 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.