mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 22:28:11 +08:00
fix unit tests (#2562)
Co-authored-by: atarashansky <atarashansky@CZIMACOS3990.local>
This commit is contained in:
co-authored by
atarashansky
parent
a9044b01df
commit
ff5da77372
@@ -98,8 +98,7 @@ def custom_format_warning(msg, *args, **kwargs):
|
||||
|
||||
|
||||
def jsonify_strict(data):
|
||||
return json.dumps(data, cls=StrictJSONEncoder, allow_nan=False)
|
||||
|
||||
return StrictJSONEncoder().encode(data)
|
||||
|
||||
def import_plugins(plugin_module):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user