From 9101636bf60af71aa5902ff1d9f469ca3b2e0b36 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 5 Nov 2015 11:34:48 -0500 Subject: [PATCH] MAINT: Remove unused method. --- zipline/assets/assets.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/zipline/assets/assets.py b/zipline/assets/assets.py index 30f525b4..95ef6b78 100644 --- a/zipline/assets/assets.py +++ b/zipline/assets/assets.py @@ -256,9 +256,6 @@ class AssetFinder(object): """ return self._retrieve_assets(sids, self.futures_contracts, Future) - def _retrieve_futures_contract(self, sid): - return self._retrieve_futures_contracts((sid,))[sid] - @staticmethod def _select_assets_by_sid(asset_tbl, sids): return sa.select([asset_tbl]).where(