This commit is contained in:
allegroai
2020-07-04 22:52:09 +03:00
parent 1bcb4fe102
commit d1744785b1
93 changed files with 1934 additions and 1076 deletions

View File

@@ -24,13 +24,13 @@ class BaseExtractor(object):
self.final()
def extract(self, job):
raise NotImplemented
raise NotImplementedError
def wait_complete(self):
raise NotImplemented
raise NotImplementedError
def shutdown(self):
raise NotImplemented
raise NotImplementedError
def final(self):
pass