mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
[stubsabot] Bump jsonschema to 4.9.* (#8491)
* [stubsabot] Bump jsonschema to 4.9.* * Remove jsonschema._reflect Co-authored-by: stubsabot <> Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
This commit is contained in:
committed by
GitHub
parent
2f15b0d4db
commit
67ff035dbb
@@ -1 +1 @@
|
||||
version = "4.7.*"
|
||||
version = "4.9.*"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
class _NoModuleFound(Exception): ...
|
||||
class InvalidName(ValueError): ...
|
||||
class ModuleNotFound(InvalidName): ...
|
||||
class ObjectNotFound(InvalidName): ...
|
||||
|
||||
def reraise(exception, traceback) -> None: ...
|
||||
def namedAny(name): ...
|
||||
Reference in New Issue
Block a user