Skip to content

Commit

Permalink
BLD: fix PEP8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lenak25 committed Jul 22, 2018
1 parent ee85f7f commit d4afc50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion catalyst/exchange/exchange_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def set_slippage(self, slippage=None):
if slippage is not None:
self.blotter.slippage_models[key].slippage = slippage


def _calculate_order(self, asset, amount,
limit_price=None, stop_price=None, style=None):
# Raises a ZiplineError if invalid parameters are detected.
Expand Down

0 comments on commit d4afc50

Please sign in to comment.