Merge pull request #658 from quantopian/remove-unused-property

MAINT: Remove unused `assets` property.
This commit is contained in:
Scott Sanderson
2015-07-28 19:34:14 -04:00
-4
View File
@@ -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,