flake8, mypy resolved

This commit is contained in:
hroff-1902
2019-03-30 02:19:43 +03:00
parent a87fc5f863
commit 208832e847
3 changed files with 9 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ class Worker(object):
Freqtradebot worker class
"""
def __init__(self, args: Optional[Namespace] = None, config = None) -> None:
def __init__(self, args: Namespace, config=None) -> None:
"""
Init all variables and objects the bot needs to work
"""