mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 14:59:48 +08:00
Update to mypy 1.14 (#13272)
This commit is contained in:
@@ -29,10 +29,10 @@ priv_bytes: Incomplete
|
||||
JWKTypesRegistry: Incomplete
|
||||
|
||||
class ParmType(Enum):
|
||||
name: str
|
||||
b64: str
|
||||
b64u: str
|
||||
unsupported: str
|
||||
name = "A string with a name" # pyright: ignore[reportAssignmentType]
|
||||
b64 = "Base64url Encoded"
|
||||
b64u = "Base64urlUint Encoded"
|
||||
unsupported = "Unsupported Parameter"
|
||||
|
||||
class JWKParameter(NamedTuple):
|
||||
description: Incomplete
|
||||
|
||||
Reference in New Issue
Block a user