From 12a78f395ba14717947b981af1beb4da51e19554 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 3 Jun 2024 21:29:00 +0200 Subject: [PATCH] rules: match: remove inline closure comment Co-authored-by: Moritz --- capa/rules/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/capa/rules/__init__.py b/capa/rules/__init__.py index 909a0d708..ec88982fe 100644 --- a/capa/rules/__init__.py +++ b/capa/rules/__init__.py @@ -1553,7 +1553,6 @@ def _index_rules_by_feature(scope: Scope, rules: List[Rule], scores_by_rule: Dic def rec( rule_name: str, node: Union[Feature, Statement], - # closure over: scores_by_rule ) -> Optional[Tuple[int, Set[Feature]]]: """ Walk through a rule's logic tree, picking the features to use for indexing,