chore: Remove wrong typehint

This commit is contained in:
Matthias
2024-02-22 19:02:04 +01:00
parent e30fa3a445
commit f4ad1e8020

View File

@@ -30,7 +30,7 @@ def hyperopt_conf(default_conf):
@pytest.fixture(autouse=True)
def backtesting_cleanup() -> None:
def backtesting_cleanup():
yield None
Backtesting.cleanup()