Add / fix some comments

This commit is contained in:
Matthias
2018-12-16 14:14:17 +01:00
parent eb7034c7a7
commit 806ab3729f
2 changed files with 10 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
"""
Module to handle data operations for freqtrade bot
Module to handle data operations for freqtrade
"""
# limit what's imported when using `from freqtrad.data import *``
__all__ = [
'convert'