MAINT: Remove unused assets property.

It references a self.cache attribute that no longer exists.
This commit is contained in:
Scott Sanderson
2015-07-21 17:43:43 -04:00
parent 16ab46b69c
commit 20c5fc356f
-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,