mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
remove type comment
This commit is contained in:
@@ -304,7 +304,7 @@ def match(rules: List["capa.rules.Rule"], features: FeatureSet, addr: Address) -
|
||||
other strategies can be imagined that match differently; implement these elsewhere.
|
||||
specifically, this routine does "top down" matching of the given rules against the feature set.
|
||||
"""
|
||||
results = collections.defaultdict(list) # type: MatchResults
|
||||
results: MatchResults = collections.defaultdict(list)
|
||||
|
||||
# copy features so that we can modify it
|
||||
# without affecting the caller (keep this function pure)
|
||||
|
||||
2
rules
2
rules
Submodule rules updated: 99aefcbae5...d923cf4b8f
Reference in New Issue
Block a user