Add type hint for response parameter in format_http_response_error
#691
Labels
type: cleanup
An internal cleanup or hygiene concern.
format_http_response_error
#691
Add type hint for
response
parameter informat_http_response_error(response, method: str, url: str, payload: str = None)
method to beUnion[google.auth.transport.Response, google.auth.aio.transport.Response]
to match the docstring.The text was updated successfully, but these errors were encountered: