use jimplejson instead

This commit is contained in:
Saleh Mir
2022-02-22 14:53:31 +01:00
parent b2ebd2d5c5
commit 0f2b07a553
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import numpy as np
import simplejson as json
import jimplejson as json
class NpEncoder(json.JSONEncoder):

View File

@@ -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