From 67e9626da1a814d665307d0100864f8460e5a98a Mon Sep 17 00:00:00 2001 From: Robert Roman Date: Mon, 27 Sep 2021 12:16:57 -0500 Subject: [PATCH] fixed isort issue --- freqtrade/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index 996e39499..4a28fe90e 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -5,6 +5,7 @@ bot constants """ from typing import List, Tuple + DEFAULT_CONFIG = 'config.json' DEFAULT_EXCHANGE = 'bittrex' PROCESS_THROTTLE_SECS = 5 # sec