chore: Remove wrong typehint
This commit is contained in:
@@ -30,7 +30,7 @@ def hyperopt_conf(default_conf):
|
|||||||
|
|
||||||
|
|
||||||
@pytest.fixture(autouse=True)
|
@pytest.fixture(autouse=True)
|
||||||
def backtesting_cleanup() -> None:
|
def backtesting_cleanup():
|
||||||
yield None
|
yield None
|
||||||
|
|
||||||
Backtesting.cleanup()
|
Backtesting.cleanup()
|
||||||
|
|||||||
Reference in New Issue
Block a user