Skip to content

Commit 6f35e8d

Browse files
Make most ujson.dump() parameters keyword-only (#10044)
1 parent 83f0dbe commit 6f35e8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/ujson/ujson.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def dumps(
3333
def dump(
3434
obj: Any,
3535
fp: IO[str],
36+
*,
3637
ensure_ascii: bool = ...,
3738
double_precision: int = ...,
3839
encode_html_chars: bool = ...,

0 commit comments

Comments
 (0)