Skip to content

Commit

Permalink
Update capa/features/extractors/base_extractor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Willi Ballenthin <[email protected]>
  • Loading branch information
yelhamer and williballenthin authored Jul 21, 2023
1 parent c32ac19 commit 344b3e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capa/features/extractors/base_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ def __init__(self):
#
super().__init__()

@abc.abstractmethod
def get_sample_hashes(self) -> SampleHashes:
"""
fetch the hashes for the sample contained within the extractor.
Expand Down

0 comments on commit 344b3e9

Please sign in to comment.