From 1c7aaf885f6d10327d3a4c63fe95daa3b3220324 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Wed, 24 Jun 2015 11:10:47 -0400 Subject: [PATCH] MAINT: Remove left-behind comment. --- zipline/assets/assets.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zipline/assets/assets.py b/zipline/assets/assets.py index d25c74bd..405e7650 100644 --- a/zipline/assets/assets.py +++ b/zipline/assets/assets.py @@ -64,10 +64,6 @@ class AssetFinder(object): def __init__(self, metadata=None, allow_sid_assignment=True): - # Any particular instance of AssetFinder should be - # consistent throughout its lifetime, so we grab a reference - # to our cache now. That way, if the cache is refreshed later, - # our instance will continue to use the old one. self.cache = {} self.sym_cache = {} self.identifier_cache = {}