diff --git a/capa/features/extractors/base_extractor.py b/capa/features/extractors/base_extractor.py index 9c672706..32911d39 100644 --- a/capa/features/extractors/base_extractor.py +++ b/capa/features/extractors/base_extractor.py @@ -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]: """