Remove unused import
This commit is contained in:
parent
d8fdd32b54
commit
06125df10c
@ -4,8 +4,7 @@ from typing import Dict
|
|||||||
|
|
||||||
import ccxt
|
import ccxt
|
||||||
|
|
||||||
from freqtrade.exceptions import (DDosProtection, ExchangeError,
|
from freqtrade.exceptions import (DDosProtection, InsufficientFundsError,
|
||||||
InsufficientFundsError,
|
|
||||||
InvalidOrderException, OperationalException,
|
InvalidOrderException, OperationalException,
|
||||||
TemporaryError)
|
TemporaryError)
|
||||||
from freqtrade.exchange import Exchange
|
from freqtrade.exchange import Exchange
|
||||||
|
Loading…
Reference in New Issue
Block a user