misc(aurora): minor syntax change
All checks were successful
Actions / Build Documentation (MkDocs) (pull_request) Successful in 46s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m15s

This commit is contained in:
Seaswimmer 2024-06-03 00:09:39 -04:00
parent db477c4744
commit 21e51dc320
Signed by: 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,