Update Enum imports

This commit is contained in:
Matthias
2021-12-08 15:59:20 +01:00
parent d079b444a6
commit 25e1142f89
7 changed files with 7 additions and 13 deletions

View File

@@ -5,8 +5,7 @@ import pytest
from pandas import DataFrame
from freqtrade.data.dataprovider import DataProvider
from freqtrade.enums import RunMode
from freqtrade.enums.candletype import CandleType
from freqtrade.enums import CandleType, RunMode
from freqtrade.exceptions import ExchangeError, OperationalException
from freqtrade.plugins.pairlistmanager import PairListManager
from tests.conftest import get_patched_exchange