STY: Remove extra lines between statements.

This commit is contained in:
Eddie Hebert
2013-07-09 14:54:09 -04:00
parent e3a9ca27b1
commit 3dfe4e9c83
-2
View File
@@ -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: