diff --git a/stubs/jsonschema/jsonschema/validators.pyi b/stubs/jsonschema/jsonschema/validators.pyi index 72ef1f6cfcbe..97a5ba317f47 100644 --- a/stubs/jsonschema/jsonschema/validators.pyi +++ b/stubs/jsonschema/jsonschema/validators.pyi @@ -27,7 +27,9 @@ class _Validator: @staticmethod def ID_OF(contents: Schema) -> URI | None: ... schema: Schema + resolver: Incomplete format_checker: FormatChecker | None + evolve: Incomplete def __init__( self, schema: Schema,