Skip to content
Snippets Groups Projects
Commit d37519942879 authored by Anders Kaseorg's avatar Anders Kaseorg
Browse files

orjson.pyi: Fix __version__ = str → __version__: str (#119)


Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>
parent 3df117cbd516
Branches
No related tags found
No related merge requests found
from typing import Any, Callable, Optional, Union
__version__ = str
__version__: str
def dumps(
__obj: Any,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment