removing unnecessary ujson import

This commit is contained in:
misagh 2018-09-21 21:58:37 +02:00
parent fbc77c1f28
commit e1ca80734d
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ from freqtrade import misc, constants, OperationalException
from freqtrade.exchange import Exchange
from freqtrade.arguments import TimeRange
import importlib
ujson_found = importlib.util.find_spec("ujson")
if ujson_found is not None:
import ujson
logger = logging.getLogger(__name__)