Make Pylint Happy chapter 1

This commit is contained in:
Gerald Lonlas
2018-03-02 23:22:00 +08:00
parent d274f13480
commit 390501bac0
13 changed files with 161 additions and 147 deletions

View File

@@ -19,7 +19,7 @@ class Strategy(object):
"""
This class contains all the logic to load custom strategy class
"""
def __init__(self, config: dict={}) -> None:
def __init__(self, config: dict = {}) -> None:
"""
Load the custom class from config parameter
:param config: