fixed flake8 error

This commit is contained in:
Sam Germain 2021-12-31 07:26:46 -06:00
parent 48567a1301
commit 3d4a5eab81
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ from freqtrade.exchange.common import (API_FETCH_ORDER_RETRY_COUNT, API_RETRY_CO
from freqtrade.exchange.exchange import (market_is_active, timeframe_to_minutes, timeframe_to_msecs,
timeframe_to_next_date, timeframe_to_prev_date,
timeframe_to_seconds)
from freqtrade.persistence.models import Trade
from freqtrade.resolvers.exchange_resolver import ExchangeResolver
from tests.conftest import get_mock_coro, get_patched_exchange, log_has, log_has_re, num_log_has_re