diff --git a/freqtrade/data/__init__.py b/freqtrade/data/__init__.py index 12e80d7a2..0a31d095c 100644 --- a/freqtrade/data/__init__.py +++ b/freqtrade/data/__init__.py @@ -4,5 +4,5 @@ Module to handle data operations for freqtrade # limit what's imported when using `from freqtrad.data import *`` __all__ = [ - 'convert' + 'converter' ]