diff options
Diffstat (limited to 'python-packages/json_schemas/stubs/jsonschema')
-rw-r--r-- | python-packages/json_schemas/stubs/jsonschema/__init__.pyi | 11 | ||||
-rw-r--r-- | python-packages/json_schemas/stubs/jsonschema/exceptions.pyi | 0 |
2 files changed, 0 insertions, 11 deletions
diff --git a/python-packages/json_schemas/stubs/jsonschema/__init__.pyi b/python-packages/json_schemas/stubs/jsonschema/__init__.pyi deleted file mode 100644 index 442e2f65e..000000000 --- a/python-packages/json_schemas/stubs/jsonschema/__init__.pyi +++ /dev/null @@ -1,11 +0,0 @@ -from typing import Any, Dict, Tuple - - -class RefResolver: - def resolve(self, url: str) -> Tuple[str, Dict]: - ... - - -class ValidationError(Exception): pass - -def validate(instance: Any, schema: Dict, cls=None, *args, **kwargs) -> None: pass diff --git a/python-packages/json_schemas/stubs/jsonschema/exceptions.pyi b/python-packages/json_schemas/stubs/jsonschema/exceptions.pyi deleted file mode 100644 index e69de29bb..000000000 --- a/python-packages/json_schemas/stubs/jsonschema/exceptions.pyi +++ /dev/null |