Fix wonrly named module

This commit is contained in:
Matthias 2018-12-17 06:32:59 +01:00
parent 806ab3729f
commit 5493d1a7e0

View File

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