misc(aurora): minor syntax change
This commit is contained in:
parent
db477c4744
commit
21e51dc320
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,
|
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,
|
||||||
|
|
Loading…
Reference in a new issue