Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Sep 26, 2023
1 parent 5edcb3b commit 7139955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/auth/transport/urllib3.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def _make_mutual_tls_http(cert, key):
return http


class AuthorizedHttp(urllib3._request_methods.RequestMethods):
class AuthorizedHttp(urllib3._request_methods.RequestMethods): # type: ignore
"""A urllib3 HTTP class with credentials.
This class is used to perform requests to API endpoints that require
Expand Down

0 comments on commit 7139955

Please sign in to comment.