Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <david@adalogics.com>
  • Loading branch information
DavidKorczynski committed Jan 2, 2025
1 parent 8bfa36f commit e8ba4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuzz_introspector/datatypes/fuzzer_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e8ba4f3

Please sign in to comment.