mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
[jwcrypto] Work around stubtest issues (#14961)
See https://github.com/python/mypy/issues/20160 for details. Closes: #14893 --------- Co-authored-by: Semyon Moroz <donbarbos@proton.me>
This commit is contained in:
@@ -4,3 +4,6 @@ jwcrypto.tests-cookbook
|
||||
|
||||
# even if the deprecated decorator is applied, the attribute is not present
|
||||
jwcrypto.jwt.JWTMissingKeyID.__deprecated__
|
||||
|
||||
# https://github.com/python/mypy/issues/20160
|
||||
(jwcrypto.jwt.JWTMissingKeyID.__init_subclass__)?
|
||||
|
||||
Reference in New Issue
Block a user