Skip to content

Commit

Permalink
Modified PEP8 issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhallsmoore committed Feb 23, 2017
1 parent 4d67a18 commit 32bdb92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/monthly_liquidate_rebalance_backtest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import calendar
import datetime
from math import floor

from qstrader import settings
from qstrader.strategy.base import AbstractStrategy
Expand Down
2 changes: 1 addition & 1 deletion examples/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_monthly_liquidate_rebalance_backtest(self):
"""
tickers = ["SPY", "AGG"]
filename = os.path.join(
settings.TEST.OUTPUT_DIR,
settings.TEST.OUTPUT_DIR,
"monthly_liquidate_rebalance_backtest.pkl"
)
results = examples.monthly_liquidate_rebalance_backtest.run(
Expand Down

0 comments on commit 32bdb92

Please sign in to comment.