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)