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:39:30 +01:00
committed by GitHub
parent 3d1a1fb9fa
commit 90298fe2c8

View File

@@ -128,6 +128,7 @@ class StaticFeatureExtractor:
"""
raise NotImplementedError()
@abc.abstractmethod
def get_sample_hashes(self) -> SampleHashes:
"""
fetch the hashes for the sample contained within the extractor.