Fix missing import
This commit is contained in:
@@ -2,5 +2,8 @@
|
|||||||
Module to handle data operations for freqtrade
|
Module to handle data operations for freqtrade
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from freqtrade.data import converter
|
||||||
|
|
||||||
|
|
||||||
# limit what's imported when using `from freqtrade.data import *`
|
# limit what's imported when using `from freqtrade.data import *`
|
||||||
__all__ = ["converter"]
|
__all__ = ["converter"]
|
||||||
|
|||||||
Reference in New Issue
Block a user