Update capa/features/extractors/base_extractor.py

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
yelhamer
2023-07-21 15:43:56 +01:00
committed by GitHub
parent c32ac19c0d
commit 344b3e9931

View File

@@ -345,6 +345,7 @@ class DynamicFeatureExtractor:
#
super().__init__()
@abc.abstractmethod
def get_sample_hashes(self) -> SampleHashes:
"""
fetch the hashes for the sample contained within the extractor.