fix typing
This commit is contained in:
parent
df9410cd15
commit
3ad0686bc7
@ -199,7 +199,7 @@ class Exchange(object):
|
|||||||
logger.warning('Could not load async markets. Reason: %s', e)
|
logger.warning('Could not load async markets. Reason: %s', e)
|
||||||
return
|
return
|
||||||
|
|
||||||
def _load_markets(self, reload=False) -> Dict[str, Any]:
|
def _load_markets(self, reload=False) -> None:
|
||||||
""" Initialize markets both sync and async """
|
""" Initialize markets both sync and async """
|
||||||
try:
|
try:
|
||||||
self._api.load_markets(reload=reload)
|
self._api.load_markets(reload=reload)
|
||||||
|
Loading…
Reference in New Issue
Block a user