fix typing

This commit is contained in:
iuvbio 2019-03-06 23:00:28 +01:00
parent df9410cd15
commit 3ad0686bc7
1 changed files with 1 additions and 1 deletions

View File

@ -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)