mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-13 17:42:42 +08:00
MAINT: Removes unused __init__ from AssetDBWriter
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user