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