Skip to content

Commit 30f1a00

Browse files
committed
Format orjson.pyi with black
1 parent 60ec5fc commit 30f1a00

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

orjson.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
from typing import Any, Callable, Optional, Union
22

33
def dumps(obj: Any, default=Optional[Callable[Any]]) -> bytes: ...
4-
54
def loads(obj: Union[bytes, str]) -> Union[dict, list, int, float, str, None]: ...
65

76
class JSONDecodeError(ValueError): ...
8-
97
class JSONEncodeError(TypeError): ...

0 commit comments

Comments
 (0)