WIP: Refactor Aurora (3.0.0) #29
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue