Add flake8 plugins and implement small improvements

This commit is contained in:
Matthias
2019-01-22 20:01:12 +01:00
parent 580e9ccaf3
commit 13e2f71d30
3 changed files with 4 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ class FreqtradeBot(object):
This is from here the bot start its logic.
"""
def __init__(self, config: Dict[str, Any])-> None:
def __init__(self, config: Dict[str, Any]) -> None:
"""
Init all variables and object the bot need to work
:param config: configuration dict, you can use the Configuration.get_config()