diff --git a/tests/test_freqtradebot.py b/tests/test_freqtradebot.py index 2c6d2314c..ec59ca5b0 100644 --- a/tests/test_freqtradebot.py +++ b/tests/test_freqtradebot.py @@ -1,7 +1,6 @@ # pragma pylint: disable=missing-docstring, C0103 # pragma pylint: disable=protected-access, too-many-lines, invalid-name, too-many-arguments -from freqtrade.exchange.exchange import Exchange import logging import time from copy import deepcopy