mirror of
https://github.com/mandiant/capa.git
synced 2026-07-06 04:34:23 -07:00
remove type comment
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
+1
-1
Submodule rules updated: 99aefcbae5...d923cf4b8f
Reference in New Issue
Block a user