diff --git a/src/cli/module.py b/src/cli/module.py index 3c89fc4..e6ef29a 100644 --- a/src/cli/module.py +++ b/src/cli/module.py @@ -24,16 +24,6 @@ class Module(metaclass = abc.ABCMeta): @abc.abstractmethod def run(self, exec_threads, *args, **kwargs): raise NotImplementedError - """ - @abc.abstractmethod - def load_data(self): - raise NotImplementedError - @abc.abstractmethod - def process_data(self, exec_threads): - raise NotImplementedError - @abc.abstractmethod - def push_results(self): - raise NotImplementedError""" class Match (Module):