From e8ba4f36f5fc555912fa0db9fd71997f691d9c1d Mon Sep 17 00:00:00 2001 From: David Korczynski Date: Thu, 2 Jan 2025 10:00:29 -0800 Subject: [PATCH] nit Signed-off-by: David Korczynski --- src/fuzz_introspector/datatypes/fuzzer_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuzz_introspector/datatypes/fuzzer_profile.py b/src/fuzz_introspector/datatypes/fuzzer_profile.py index b96c6e92f..45e0a006d 100644 --- a/src/fuzz_introspector/datatypes/fuzzer_profile.py +++ b/src/fuzz_introspector/datatypes/fuzzer_profile.py @@ -56,7 +56,7 @@ def __init__(self, self._target_lang = target_lang self.introspector_data_file = cfg_file - self.functions_reached_by_fuzzer = [] + self.functions_reached_by_fuzzer: List[str] = [] # Load calltree file self.fuzzer_callsite_calltree = cfg_load.data_file_read_calltree(