WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit 21e51dc320 - Show all commits

View file

@ -70,7 +70,7 @@ def dumps(obj, *, skipkeys=False, ensure_ascii=True, check_circular=True,
default=default,
sort_keys=sort_keys,
**kw
)
)
# 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,