Add fastjsonschema as a dependency
This commit is contained in:
4
mypy-stubs/fastjsonschema/__init__.py
Normal file
4
mypy-stubs/fastjsonschema/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from typing import Any, Callable, Dict
|
||||
|
||||
|
||||
def compile(definition: Dict[str, Any], handlers: Dict[str, Any] = ..., formats: Dict[str, Any] = ..., use_default: bool = ...) -> Callable[[Any], None]: ...
|
Reference in New Issue
Block a user