mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
requests-oauthlib: decoding can be None (#13404)
it is passed along to oauthlib where the default there is None
This commit is contained in:
@@ -23,7 +23,7 @@ class OAuth1(AuthBase):
|
||||
signature_type="AUTH_HEADER",
|
||||
rsa_key: Incomplete | None = None,
|
||||
verifier: Incomplete | None = None,
|
||||
decoding: str = "utf-8",
|
||||
decoding: str | None = "utf-8",
|
||||
client_class: type[Client] | None = None,
|
||||
force_include_body: bool = False,
|
||||
*,
|
||||
|
||||
Reference in New Issue
Block a user