Skip to content

Commit

Permalink
Removed reference to tradingWith
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed May 4, 2015
1 parent 2294898 commit 4396779
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/trade_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def run(results, cmdenv, tdb):
results.summary.fromStation = lhs
results.summary.toStation = rhs

lhs.tradingWith = dict()
trades = calc.getTrades(lhs, rhs)
if not trades:
raise CommandLineError("No profitable trades {} -> {}".format(
Expand Down

0 comments on commit 4396779

Please sign in to comment.