mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-15 12:15:22 +08:00
MAINT: Convert map to list in lookup_future_chain
This commit is contained in:
@@ -427,7 +427,7 @@ class AssetFinder(object):
|
||||
if count == 0:
|
||||
raise RootSymbolNotFound(root_symbol=root_symbol)
|
||||
|
||||
return map(self._retrieve_futures_contract, sids)
|
||||
return list(map(self._retrieve_futures_contract, sids))
|
||||
|
||||
@property
|
||||
def sids(self):
|
||||
|
||||
Reference in New Issue
Block a user