Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-11-19 23:29:55 +07:00
parent 3508a67082
commit db4a6dea66
2 changed files with 0 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
from json import *
from typing import Any
__all__: Any
JSON_SCRIPTSAFE_MAPPER: Any
def dumps(*args: Any, **kwargs: Any): ...