mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-05 12:50:21 +08:00
STY: Flake8
Upgrade the version of the flake8, pep8, and mccabe PyPI packages, and make the code changes necessary for compatibility with the updated packages.
This commit is contained in:
@@ -19,7 +19,7 @@ import pickle
|
||||
import pytz
|
||||
|
||||
import sys
|
||||
sys.path.insert(0, '.')
|
||||
sys.path.insert(0, '.') # noqa
|
||||
|
||||
from zipline.finance.blotter import Blotter, Order
|
||||
from zipline.finance.commission import PerShare, PerTrade, PerDollar
|
||||
|
||||
Reference in New Issue
Block a user