From 92f99e62f0016474600e0f50ac1b81cd58df07c1 Mon Sep 17 00:00:00 2001 From: Stewart Douglas Date: Thu, 13 Aug 2015 23:05:36 -0400 Subject: [PATCH] MAINT: AssetFinder should not write to db --- zipline/assets/assets.py | 4 ---- 1 file changed, 4 deletions(-) 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 = []