mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-28 01:15:32 +08:00
b2aaed1e68
schema_path, relative_schema_path, and absolute_schema_path are all (related) attributes of `jsonschema` errors which contain `str | int` but were accidentally annotated as containing `str`. Fix them for accuracy.