mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Fix missing import
This commit is contained in:
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…
Reference in New Issue
Block a user