mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 20:31:43 +00:00
chore: Improve typing
This commit is contained in:
@@ -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"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user