separated hours_to_time to utils folder

This commit is contained in:
Sam Germain
2021-09-08 14:50:30 -06:00
parent 8bcd444775
commit cdefd15b28
7 changed files with 20 additions and 16 deletions

View File

@@ -6,9 +6,9 @@ import ccxt
from datetime import time
from freqtrade.exceptions import (DDosProtection, InsufficientFundsError, InvalidOrderException,
OperationalException, TemporaryError)
from freqtrade.exchange import Exchange, hours_to_time
from freqtrade.exchange import Exchange
from freqtrade.exchange.common import retrier
from freqtrade.utils import hours_to_time
logger = logging.getLogger(__name__)