use jimplejson instead
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import numpy as np
|
||||
import simplejson as json
|
||||
import jimplejson as json
|
||||
|
||||
|
||||
class NpEncoder(json.JSONEncoder):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import aioredis
|
||||
import redis as sync_redis_lib
|
||||
import simplejson as json
|
||||
import jimplejson as json
|
||||
import asyncio
|
||||
import jesse.helpers as jh
|
||||
from jesse.libs.custom_json import NpEncoder
|
||||
|
||||
Reference in New Issue
Block a user