From 0268bfdbd4ac5aba98fde16a89256e11fdb558b7 Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Thu, 26 Sep 2019 02:04:48 +0300 Subject: [PATCH] Minor: fix typo in comment Minor cosmetics. typo caught. --- 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 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' ]