From a6e677a1d741f94dc403bd5f86939874ba8c6bee Mon Sep 17 00:00:00 2001 From: jfkirk Date: Mon, 14 Sep 2015 10:01:36 -0400 Subject: [PATCH] MAINT: Removes unused __init__ from AssetDBWriter --- zipline/assets/asset_writer.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/zipline/assets/asset_writer.py b/zipline/assets/asset_writer.py index b3fd11e3..2415fb6e 100644 --- a/zipline/assets/asset_writer.py +++ b/zipline/assets/asset_writer.py @@ -161,9 +161,6 @@ class AssetDBWriter(with_metaclass(ABCMeta)): Returns data in standard format. """ - def __init__(self): - self.sql_metadata = None - def write_all(self, engine, fuzzy_char=None,