WIP: Moderation type registry #26
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def dumps(obj, *, skipkeys=False, ensure_ascii=True, check_circular=True,
|
|||
return json.dumps(
|
||||
obj,
|
||||
cls=JSONEncoder,
|
||||
shipkeys=skipkeys,
|
||||
skipkeys=skipkeys,
|
||||
ensure_ascii=ensure_ascii,
|
||||
check_circular=check_circular,
|
||||
allow_nan=allow_nan,
|
||||
|
|
Loading…
Reference in a new issue