Upgrades flake8 from 1.5 -> 1.6

Also, removes flake8 ignores, since the warnings that were
at odds with eachother now work.
This commit is contained in:
Eddie Hebert
2012-11-19 12:49:09 -05:00
parent 4c3e0d5081
commit 0617e53d69
14 changed files with 56 additions and 54 deletions
+3 -3
View File
@@ -24,9 +24,9 @@ from zipline.sources import DataFrameSource
from zipline.utils.factory import create_trading_environment
from zipline.transforms.utils import StatefulTransform
from zipline.finance.slippage import (
VolumeShareSlippage,
FixedSlippage,
transact_partial
VolumeShareSlippage,
FixedSlippage,
transact_partial
)
from zipline.finance.commission import PerShare, PerTrade