mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: Improve typing
This commit is contained in:
parent
01b7ad4a3f
commit
e87927564b
|
@ -323,7 +323,7 @@ class Exchange:
|
||||||
asyncio.set_event_loop(loop)
|
asyncio.set_event_loop(loop)
|
||||||
return loop
|
return loop
|
||||||
|
|
||||||
def validate_config(self, config):
|
def validate_config(self, config: Config) -> None:
|
||||||
# Check if timeframe is available
|
# Check if timeframe is available
|
||||||
self.validate_timeframes(config.get("timeframe"))
|
self.validate_timeframes(config.get("timeframe"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user