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