mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Bump mypy to 1.9, add to json.encoder, small fixups (#11549)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -8,6 +8,8 @@ CONTENT_TYPE_FORM_URLENCODED: str
|
||||
CONTENT_TYPE_MULTI_PART: str
|
||||
log: Logger
|
||||
|
||||
unicode = str
|
||||
|
||||
class OAuth1(AuthBase):
|
||||
client_class: type[Client]
|
||||
client: Client
|
||||
|
||||
Reference in New Issue
Block a user