From 5493d1a7e080ee0080f4336647d6e5179af0407d Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 17 Dec 2018 06:32:59 +0100 Subject: [PATCH] Fix wonrly named module --- freqtrade/data/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ]