mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
remove default implementation
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
committed by
Yacine Elhamer
parent
a8f928200b
commit
64c4f0f1aa
@@ -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]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user