TwilioHttpClient's timeout type hint is incorrect #630
Labels
difficulty: easy
fix is easy in difficulty
status: work in progress
Twilio or the community is in the process of implementing
type: bug
bug in the library
Issue Summary
The type hint in
twilio-python/http_client.py
's line 25 is incorrect. Currently, it's anint
, but it's passed more-or-less directly torequests.sessions.send
which accepts a floatSteps to Reproduce
TwilioHttpClient
Code Snippet
Exception/Log
Technical details:
twilio-7.15.4
Mypy does not validate typing in docstrings, but my IDE (PyCharm) at least does
The text was updated successfully, but these errors were encountered: