Files
typeshed/stubs
Stephen Rosen 17e7cc7d3c Fix exception types for jsonschema._format (#7990)
The annotated type for the `raises` argument on format checkers was

    Exception | tuple[Exception, ...]

when it should read

    type[Exception] | tuple[type[Exception], ...]

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
2022-05-30 17:14:33 +01:00
..
2022-05-21 18:33:04 +02:00
2022-05-02 20:52:14 +02:00
2022-01-10 22:23:28 +02:00
2022-04-06 14:58:23 +02:00
2022-05-10 15:08:36 -07:00
2022-05-29 23:19:29 -07:00