test: add test for exchange.features

This commit is contained in:
Matthias
2025-01-31 06:57:03 +01:00
parent 8af8260b7c
commit d530527f11
2 changed files with 24 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ from freqtrade.util.periodic_cache import PeriodicCache
logger = logging.getLogger(__name__)
T = TypeVar("T")