Cosmetics in pair lists

This commit is contained in:
hroff-1902
2020-05-17 14:26:21 +03:00
parent ae69d31095
commit 16622bbfad
5 changed files with 23 additions and 12 deletions

View File

@@ -1,14 +1,14 @@
"""
Static List provider
Static Pair List provider
Provides lists as configured in config.json
"""
Provides pair white list as it configured in config
"""
import logging
from typing import Dict, List
from freqtrade.pairlist.IPairList import IPairList
logger = logging.getLogger(__name__)