From 8a131027a6bbeac08bbbb312744f8e1d5f2a4e7a Mon Sep 17 00:00:00 2001 From: scottsanderson Date: Tue, 14 Aug 2012 10:58:13 -0400 Subject: [PATCH] whitespace Conflicts: zipline/gens/tradegens.py --- zipline/gens/tradegens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/gens/tradegens.py b/zipline/gens/tradegens.py index 8855b868..e099091d 100644 --- a/zipline/gens/tradegens.py +++ b/zipline/gens/tradegens.py @@ -136,7 +136,7 @@ class SpecificEquityTrades(object): # Convert argument packages into events. unfiltered = (create_trade(*args, source_id = self.get_hash()) - for args in arg_gen) + for args in arg_gen) # If we specified a sid filter, filter out elements that don't # match the filter.