From 2b2b2b6545f79e0218adcef9246364b0e788fb68 Mon Sep 17 00:00:00 2001 From: yelhamer <16624109+yelhamer@users.noreply.github.com> Date: Thu, 20 Jul 2023 21:47:30 +0100 Subject: [PATCH] Update capa/features/extractors/base_extractor.py Co-authored-by: Willi Ballenthin --- capa/features/extractors/base_extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.