fix non-matching type issue

This commit is contained in:
Yacine Elhamer
2023-07-11 12:49:15 +01:00
parent 740d1f6d4e
commit 841d393f8b

View File

@@ -465,7 +465,7 @@ def dumps_dynamic(extractor: DynamicFeatureExtractor) -> str:
ProcessFeatures(
address=paddr,
features=tuple(pfeatures),
threads=threads,
threads=tuple(threads),
) # type: ignore
# Mypy is unable to recognise `basic_blocks` as a argument due to alias
)