diff --git a/capa/features/extractors/base_extractor.py b/capa/features/extractors/base_extractor.py index eaab47fd..ec860ccb 100644 --- a/capa/features/extractors/base_extractor.py +++ b/capa/features/extractors/base_extractor.py @@ -128,7 +128,7 @@ class StaticFeatureExtractor: """ raise NotImplementedError() - def get_sample_hashes(self) -> Tuple[str, str, str]: + def get_sample_hashes(self) -> SampleHashes: """ fetch the hashes for the sample contained within the extractor.