From ac5d163aa0d8ab5e4ec203a1faee5ee330678474 Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Tue, 17 Aug 2021 09:07:08 -0600 Subject: [PATCH] pep8 --- capa/features/extractors/ida/global_.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/capa/features/extractors/ida/global_.py b/capa/features/extractors/ida/global_.py index b6f525f6..b3181293 100644 --- a/capa/features/extractors/ida/global_.py +++ b/capa/features/extractors/ida/global_.py @@ -6,8 +6,7 @@ import ida_loader import capa.ida.helpers import capa.features.extractors.elf -from capa.features.common import OS, OS_WINDOWS -from capa.features.common import ARCH_I386, ARCH_AMD64, Arch +from capa.features.common import OS, ARCH_I386, ARCH_AMD64, OS_WINDOWS, Arch logger = logging.getLogger(__name__)