REF: Blotter no longer needs AssetFinder

This commit is contained in:
Jean Bredeche
2017-04-24 15:41:21 -04:00
parent 483012ccf6
commit b7b8c46d74
6 changed files with 20 additions and 42 deletions
-1
View File
@@ -322,7 +322,6 @@ class TradingAlgorithm(object):
if not self.blotter:
self.blotter = Blotter(
data_frequency=self.data_frequency,
asset_finder=self.asset_finder,
# Default to NeverCancel in zipline
cancel_policy=self.cancel_policy,
)