Adjust improts to new exception location

This commit is contained in:
Matthias
2019-12-30 15:02:17 +01:00
parent 024aa3ab6b
commit 1ffda29fd2
44 changed files with 74 additions and 70 deletions

View File

@@ -4,8 +4,8 @@ from typing import Dict
import ccxt
from freqtrade import (DependencyException, InvalidOrderException,
OperationalException, TemporaryError)
from freqtrade.exceptions import (DependencyException, InvalidOrderException,
OperationalException, TemporaryError)
from freqtrade.exchange import Exchange
logger = logging.getLogger(__name__)