From 0169251c89c5985671646cb1c2816fd6aa029017 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Tue, 19 Mar 2013 22:59:38 -0400 Subject: [PATCH] MAINT: Removes unused init method from algorithm. The init method had been copied to method called initialize, to avoid confusion with __init__ --- zipline/algorithm.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zipline/algorithm.py b/zipline/algorithm.py index f9242f40..2516df27 100644 --- a/zipline/algorithm.py +++ b/zipline/algorithm.py @@ -313,10 +313,6 @@ class TradingAlgorithm(object): "Algorithm should have a utc datetime" return date_copy - def init(self, *args, **kwargs): - """Called from constructor.""" - pass - def set_transact(self, transact): """ Set the method that will be called to create a