Fix test type errors
This commit is contained in:
@@ -52,7 +52,7 @@ class HyperoptableStrategy(StrategyTestV3):
|
|||||||
bot_loop_started = False
|
bot_loop_started = False
|
||||||
bot_started = False
|
bot_started = False
|
||||||
|
|
||||||
def bot_loop_start(self):
|
def bot_loop_start(self, **kwargs):
|
||||||
self.bot_loop_started = True
|
self.bot_loop_started = True
|
||||||
|
|
||||||
def bot_start(self, **kwargs) -> None:
|
def bot_start(self, **kwargs) -> None:
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ class HyperoptableStrategyV2(StrategyTestV2):
|
|||||||
|
|
||||||
bot_loop_started = False
|
bot_loop_started = False
|
||||||
|
|
||||||
def bot_loop_start(self):
|
def bot_loop_start(self, **kwargs):
|
||||||
self.bot_loop_started = True
|
self.bot_loop_started = True
|
||||||
|
|
||||||
def bot_start(self, **kwargs) -> None:
|
def bot_start(self, **kwargs) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user