mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-01-30 17:05:55 +00:00
removed commented out code
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
Former-commit-id: 3669712bec
This commit is contained in:
parent
ac66545226
commit
af74a69579
@ -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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user