chore: Remove wrong typehint

This commit is contained in:
Matthias
2024-02-22 19:02:04 +01:00
committed by Joe Schr
parent 983aefeab5
commit f16d1a707e

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()