Update capa/features/extractors/base_extractor.py

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
yelhamer
2023-07-20 21:47:30 +01:00
committed by GitHub
parent fd7b926a33
commit 2b2b2b6545

View File

@@ -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.