Skip to content

Commit

Permalink
rules: match: remove inline closure comment
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz <[email protected]>
  • Loading branch information
williballenthin and mr-tz authored Jun 3, 2024
1 parent 8ccae6e commit 12a78f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion capa/rules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 12a78f3

Please sign in to comment.