diff --git a/capa/main.py b/capa/main.py index d2dbe4c45..561a92d1b 100644 --- a/capa/main.py +++ b/capa/main.py @@ -967,7 +967,7 @@ def collect_metadata( ) -def compute_dynamic_layout(rules, extractor, capabilities) -> rdoc.Layout: +def compute_dynamic_layout(rules, extractor: DynamicFeatureExtractor, capabilities) -> rdoc.DynamicLayout: """ compute a metadata structure that links threads to the processes in which they're found.