mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
flake8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user