mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-09 22:44:44 +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
|
@abc.abstractmethod
|
||||||
def run(self, exec_threads, *args, **kwargs):
|
def run(self, exec_threads, *args, **kwargs):
|
||||||
raise NotImplementedError
|
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):
|
class Match (Module):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user