From 120d60fe273b74ef652e976eb5069459a876a443 Mon Sep 17 00:00:00 2001 From: Joe Jevnik Date: Thu, 5 May 2016 18:23:03 -0400 Subject: [PATCH] STY: unused import --- zipline/data/bundles/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/data/bundles/core.py b/zipline/data/bundles/core.py index bcb5f1c6..3cbfa836 100644 --- a/zipline/data/bundles/core.py +++ b/zipline/data/bundles/core.py @@ -7,7 +7,7 @@ import warnings from contextlib2 import ExitStack import click import pandas as pd -from toolz import curry, complement, compose +from toolz import curry, complement from ..us_equity_pricing import ( BcolzDailyBarReader,