Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
335 stars 103 forks source link

Correct type annotation for build_binding_protos() #1040

Closed tonybaloney closed 2 years ago

tonybaloney commented 2 years ago

This function is not expecting a list.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1040 (2264456) into dev (f3ec8a9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev    #1040   +/-   ##
=======================================
  Coverage   83.46%   83.46%           
=======================================
  Files          33       33           
  Lines        1778     1778           
  Branches      282      282           
=======================================
  Hits         1484     1484           
  Misses        230      230           
  Partials       64       64           
Flag Coverage Δ
unittests 83.46% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f3ec8a9...2264456. Read the comment docs.

gavin-aguiar commented 2 years ago

Closing this PR as the typing 'Function' was removed https://github.com/Azure/azure-functions-python-worker/pull/1046