From 4ec39d49aaa501263d904850b2d2dcac62c70d70 Mon Sep 17 00:00:00 2001 From: Yacine Elhamer Date: Fri, 21 Jul 2023 14:03:57 +0100 Subject: [PATCH] fix linting issues --- capa/features/extractors/ida/extractor.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/capa/features/extractors/ida/extractor.py b/capa/features/extractors/ida/extractor.py index 99ffe02c..c13bed07 100644 --- a/capa/features/extractors/ida/extractor.py +++ b/capa/features/extractors/ida/extractor.py @@ -6,7 +6,6 @@ # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. from typing import List, Tuple, Iterator -from pathlib import Path import idaapi @@ -45,9 +44,6 @@ class IdaFeatureExtractor(StaticFeatureExtractor): def get_sample_hashes(self) -> SampleHashes: return self.sample_hashes - def get_sample_hashes(self) -> SampleHashes: - return self.sample_hashes - def extract_global_features(self): yield from self.global_features