WIP: Moderation type registry #26

Closed
cswimr wants to merge 146 commits from aurora-3rd-party into main
Showing only changes of commit 98f3e5943b - Show all commits

View file

@ -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,