From 3dfe4e9c83a7b2a7fad77b56f61a9da56c2d2a43 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Tue, 9 Jul 2013 14:54:09 -0400 Subject: [PATCH] STY: Remove extra lines between statements. --- zipline/gens/tradesimulation.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/zipline/gens/tradesimulation.py b/zipline/gens/tradesimulation.py index 80a697f9..2d9266fe 100644 --- a/zipline/gens/tradesimulation.py +++ b/zipline/gens/tradesimulation.py @@ -123,7 +123,6 @@ class AlgorithmSimulator(object): # Save events to stream through blotter below. events.append(event) - # Update our portfolio. self.algo.set_portfolio( self.algo.perf_tracker.get_portfolio() @@ -153,7 +152,6 @@ class AlgorithmSimulator(object): self.algo.perf_tracker.process_event(event) - # The benchmark is our internal clock. When it # updates, we need to emit a performance message. if bm_updated: