Cosmetics in IPairList

This commit is contained in:
hroff-1902 2020-05-17 14:13:26 +03:00
parent 97c50f86e9
commit ae69d31095

View File

@ -1,9 +1,6 @@
"""
Static List provider
Provides lists as configured in config.json
"""
PairList base class
"""
import logging
from abc import ABC, abstractmethod, abstractproperty
from copy import deepcopy
@ -13,6 +10,7 @@ from cachetools import TTLCache, cached
from freqtrade.exchange import market_is_active
logger = logging.getLogger(__name__)