Cosmetics in IPairList
This commit is contained in:
parent
97c50f86e9
commit
ae69d31095
@ -1,9 +1,6 @@
|
|||||||
"""
|
"""
|
||||||
Static List provider
|
PairList base class
|
||||||
|
"""
|
||||||
Provides lists as configured in config.json
|
|
||||||
|
|
||||||
"""
|
|
||||||
import logging
|
import logging
|
||||||
from abc import ABC, abstractmethod, abstractproperty
|
from abc import ABC, abstractmethod, abstractproperty
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
@ -13,6 +10,7 @@ from cachetools import TTLCache, cached
|
|||||||
|
|
||||||
from freqtrade.exchange import market_is_active
|
from freqtrade.exchange import market_is_active
|
||||||
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user