misc(aurora): minor syntax change

This commit is contained in:
Seaswimmer 2024-06-03 00:09:39 -04:00
parent db477c4744
commit 21e51dc320
Signed by untrusted user: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

@ -70,7 +70,7 @@ def dumps(obj, *, skipkeys=False, ensure_ascii=True, check_circular=True,
default=default, default=default,
sort_keys=sort_keys, sort_keys=sort_keys,
**kw **kw
) )
# This is a wrapper around the json module's dump function that uses our custom JSONEncoder class # This is a wrapper around the json module's dump function that uses our custom JSONEncoder class
def dump(obj, fp, *, skipkeys=False, ensure_ascii=True, check_circular=True, def dump(obj, fp, *, skipkeys=False, ensure_ascii=True, check_circular=True,