Fix docstrings and typo

This commit is contained in:
Matthias
2018-12-16 09:58:46 +01:00
parent 8a3c2a0c63
commit f5b2430cda
3 changed files with 11 additions and 2 deletions

View File

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