From 4ab8ea7c29fe320a01e86e0c411c9ed7d44f70ea Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Wed, 11 May 2016 14:53:24 -0400 Subject: [PATCH] STY: flake8. --- zipline/data/bundles/quandl.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/zipline/data/bundles/quandl.py b/zipline/data/bundles/quandl.py index 3ebb5c07..bfb486ed 100644 --- a/zipline/data/bundles/quandl.py +++ b/zipline/data/bundles/quandl.py @@ -1,7 +1,6 @@ """ Module for building a complete daily dataset from Quandl's WIKI dataset. """ -from contextlib import closing from io import BytesIO from itertools import count import tarfile @@ -12,7 +11,6 @@ from logbook import Logger import pandas as pd import requests from six.moves.urllib.parse import urlencode -from six.moves.urllib.request import urlopen from . import core as bundles from zipline.utils.cli import maybe_show_progress