mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
chore: Remove wrong typehint
This commit is contained in:
@@ -30,7 +30,7 @@ def hyperopt_conf(default_conf):
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def backtesting_cleanup() -> None:
|
||||
def backtesting_cleanup():
|
||||
yield None
|
||||
|
||||
Backtesting.cleanup()
|
||||
|
||||
Reference in New Issue
Block a user