Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-11-19 23:30:01 +07:00
parent cf4b67094f
commit ff4331b7e2

View File

@@ -1,7 +1,4 @@
from json import *
from typing import Any
__all__: list[str]
JSON_SCRIPTSAFE_MAPPER: dict[str, str]
__all__: Any
JSON_SCRIPTSAFE_MAPPER: Any
def dumps(*args: Any, **kwargs: Any): ...
def dumps(*args, **kwargs) -> str: ...