chore: add comment to better explain imports

This commit is contained in:
Matthias 2024-08-17 16:25:47 +02:00
parent 27a4a502d7
commit 6c131b5648

View File

@ -25,6 +25,7 @@ from freqtrade.strategy.strategy_helper import (
)
# Imports to be used for `from freqtrade.strategy import *`
__all__ = [
"timeframe_to_minutes",
"timeframe_to_next_date",