From 3a2c0e4ec8719c68789342e81ec3a00187294295 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Wed, 11 May 2016 14:54:36 -0400 Subject: [PATCH] DOC: Remove old comment. --- zipline/data/bundles/quandl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zipline/data/bundles/quandl.py b/zipline/data/bundles/quandl.py index bfb486ed..e670e1c1 100644 --- a/zipline/data/bundles/quandl.py +++ b/zipline/data/bundles/quandl.py @@ -380,7 +380,6 @@ def quantopian_quandl_bundle(environ, else: data = download_without_progress(QUANTOPIAN_QUANDL_URL) - # use closing for py2 compat with tarfile.open('r', fileobj=data) as tar: if show_progress: print("Writing data to %s." % output_dir)