mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-02-07 04:15:46 +00:00
removed commented out code
Signed-off-by: Arthur Lu <learthurgo@gmail.com> Former-commit-id: 3669712bec78402e948d67b7b236466a0368b260
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…
x
Reference in New Issue
Block a user