mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 23:23:34 +08:00
STY: Remove extra lines between statements.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user