whitespace

Conflicts:
	zipline/gens/tradegens.py
This commit is contained in:
scottsanderson
2012-08-14 10:58:13 -04:00
parent f76a200535
commit 8a131027a6
+1 -1
View File
@@ -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.