Skip to content

Commit

Permalink
update compute_dynamic_layout with the appropriate type
Browse files Browse the repository at this point in the history
Co-authored-by: Willi Ballenthin <[email protected]>
  • Loading branch information
yelhamer and williballenthin authored Jul 21, 2023
1 parent da4e887 commit 6f3fb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6f3fb42

Please sign in to comment.