From 60b988a77747e444dabd0ee14c4762190dd8c214 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 5 Nov 2015 11:15:20 -0500 Subject: [PATCH] MAINT: Remove unused method. --- zipline/assets/assets.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zipline/assets/assets.py b/zipline/assets/assets.py index 6556f60d..30f525b4 100644 --- a/zipline/assets/assets.py +++ b/zipline/assets/assets.py @@ -152,10 +152,6 @@ class AssetFinder(object): return found - def lookup_single_asset_type(self, sid): - """Retrieve the asset type for a single asset.""" - return self.lookup_asset_types([sid])[sid] - def group_by_type(self, sids): """ Group a list of sids by asset type.