MAINT: Remove unused method.

This commit is contained in:
Scott Sanderson
2015-11-13 18:26:54 -05:00
parent 1c52977964
commit 60b988a777
-4
View File
@@ -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.