From 20c5fc356fb64a76bbc0dc6e907ddd0a099b7acb Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Tue, 21 Jul 2015 17:43:43 -0400 Subject: [PATCH] MAINT: Remove unused `assets` property. It references a self.cache attribute that no longer exists. --- zipline/assets/assets.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zipline/assets/assets.py b/zipline/assets/assets.py index 19985319..0ee4ac13 100644 --- a/zipline/assets/assets.py +++ b/zipline/assets/assets.py @@ -491,10 +491,6 @@ class AssetFinder(object): c.execute(query) return [r[0] for r in c.fetchall()] - @property - def assets(self): - return self.cache.values() - def _lookup_generic_scalar(self, asset_convertible, as_of_date,