mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 13:45:28 +08:00
MAINT: Remove unused assets property.
It references a self.cache attribute that no longer exists.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user