Remove pointless docstring comment

This commit is contained in:
Matthias 2024-04-11 21:02:54 +02:00
parent df2432bc18
commit 094bbb3a50

View File

@ -1393,7 +1393,6 @@ class Backtesting:
def start(self) -> None:
"""
Run backtesting end-to-end
:return: None
"""
data: Dict[str, Any] = {}