Remove pointless docstring comment
This commit is contained in:
@@ -1393,7 +1393,6 @@ class Backtesting:
|
|||||||
def start(self) -> None:
|
def start(self) -> None:
|
||||||
"""
|
"""
|
||||||
Run backtesting end-to-end
|
Run backtesting end-to-end
|
||||||
:return: None
|
|
||||||
"""
|
"""
|
||||||
data: Dict[str, Any] = {}
|
data: Dict[str, Any] = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user