Remove erroneous import

This commit is contained in:
Matthias 2020-08-12 15:34:29 +02:00
parent faa2bbb555
commit 3afd5b631e

View File

@ -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