From b311c44a1c088d194e6a486e2cf48dbf0dbd4a42 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 6 Jan 2026 13:37:53 +0100 Subject: [PATCH] ida: pep8 --- capa/features/extractors/ida/function.py | 1 - capa/features/extractors/ida/insn.py | 1 - 2 files changed, 2 deletions(-) diff --git a/capa/features/extractors/ida/function.py b/capa/features/extractors/ida/function.py index 956db439..28b77259 100644 --- a/capa/features/extractors/ida/function.py +++ b/capa/features/extractors/ida/function.py @@ -19,7 +19,6 @@ import idautils import capa.features.extractors.ida.helpers from capa.features.file import FunctionName -from capa.features.insn import API from capa.features.common import Feature, Characteristic from capa.features.address import Address, AbsoluteVirtualAddress from capa.features.extractors import loops diff --git a/capa/features/extractors/ida/insn.py b/capa/features/extractors/ida/insn.py index 4d06d99c..86fd14b8 100644 --- a/capa/features/extractors/ida/insn.py +++ b/capa/features/extractors/ida/insn.py @@ -26,7 +26,6 @@ from capa.features.file import FunctionName from capa.features.insn import API, MAX_STRUCTURE_SIZE, Number, Offset, Mnemonic, OperandNumber, OperandOffset from capa.features.common import MAX_BYTES_FEATURE_SIZE, THUNK_CHAIN_DEPTH_DELTA, Bytes, String, Feature, Characteristic from capa.features.address import Address, AbsoluteVirtualAddress -from capa.features.extractors.ida.function import extract_function_alternative_names from capa.features.extractors.base_extractor import BBHandle, InsnHandle, FunctionHandle # security cookie checks may perform non-zeroing XORs, these are expected within a certain