diff --git a/freqtrade/exchange/exchange.py b/freqtrade/exchange/exchange.py index 2d811e8e8..8eb74bdd5 100644 --- a/freqtrade/exchange/exchange.py +++ b/freqtrade/exchange/exchange.py @@ -199,7 +199,7 @@ class Exchange(object): logger.warning('Could not load async markets. Reason: %s', e) return - def _load_markets(self, reload=False) -> Dict[str, Any]: + def _load_markets(self, reload=False) -> None: """ Initialize markets both sync and async """ try: self._api.load_markets(reload=reload)