From 59ef52a27139241e9f54441522ffa131f24d7133 Mon Sep 17 00:00:00 2001 From: Yacine Elhamer <16624109+yelhamer@users.noreply.github.com> Date: Wed, 14 Jun 2023 09:33:24 +0100 Subject: [PATCH] remove default implementation Co-authored-by: Willi Ballenthin --- capa/features/extractors/base_extractor.py | 4 ---- 1 file changed, 4 deletions(-) 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]: """