remove default implementation

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
Yacine Elhamer
2023-06-14 09:33:24 +01:00
committed by mr-tz
parent 34a1b22a38
commit 59ef52a271

View File

@@ -303,10 +303,6 @@ class DynamicExtractor(FeatureExtractor):
This class is not instantiated directly; it is the base class for other implementations.
"""
def __init__(self):
super().__init__()
@abc.abstractmethod
def get_processes(self) -> Iterator[ProcessHandle]:
"""