make _prepare_metadata an instance method
This commit is contained in:
parent
94b95c7b2c
commit
9ba6cccd53
|
@ -13,7 +13,6 @@ class Dataset(object):
|
|||
"""return a Record"""
|
||||
raise NotImplementedError
|
||||
|
||||
@classmethod
|
||||
def _prepare_metadata(self):
|
||||
raise NotImplementedError
|
||||
|
||||
|
|
Loading…
Reference in New Issue