From dde52f2bc89dc076459f9ee89fe4c752e609c490 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 28 Mar 2022 13:04:44 -0600 Subject: [PATCH] pep8 --- capa/rules.py | 2 +- tests/test_rules_insn_scope.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/capa/rules.py b/capa/rules.py index 6fb90bc4..97ff3689 100644 --- a/capa/rules.py +++ b/capa/rules.py @@ -446,7 +446,7 @@ def build_statements(d, scope: str): else: # for instruction subscopes, we support a shorthand in which the top level AND is implied. # the following are equivalent: - # + # # - instruction: # - and: # - arch: i386 diff --git a/tests/test_rules_insn_scope.py b/tests/test_rules_insn_scope.py index c4bbc768..27d07489 100644 --- a/tests/test_rules_insn_scope.py +++ b/tests/test_rules_insn_scope.py @@ -131,4 +131,3 @@ def test_scope_instruction_description(): """ ) ) -