diff --git a/zipline/assets/assets.py b/zipline/assets/assets.py index ad3eb4d0..41750879 100644 --- a/zipline/assets/assets.py +++ b/zipline/assets/assets.py @@ -556,10 +556,6 @@ class AssetFinder(object): if isinstance(first_identifier, Integral): return index - # If symbols or Assets are provided, construction and mapping is - # necessary - self.consume_identifiers(index) - # Look up all Assets for mapping matches = [] missing = []