Fix missing import

pull/10399/head
Matthias 2 years ago
parent e5a453a1f3
commit d8eb6e59fa

@ -2,5 +2,8 @@
Module to handle data operations for freqtrade
"""
from freqtrade.data import converter
# limit what's imported when using `from freqtrade.data import *`
__all__ = ["converter"]

Loading…
Cancel
Save