mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-09 11:50:09 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user