File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -496,7 +496,6 @@ def filter_functions(
496496 site_packages_removed_count : int = 0
497497 ignore_paths_removed_count : int = 0
498498 malformed_paths_count : int = 0
499- already_optimized_count : int = 0
500499 submodule_ignored_paths_count : int = 0
501500 blocklist_funcs_removed_count : int = 0
502501 previous_checkpoint_functions_removed_count : int = 0
@@ -566,7 +565,6 @@ def filter_functions(
566565 f"{ non_modules_removed_count } function{ 's' if non_modules_removed_count != 1 else '' } outside module-root" : non_modules_removed_count ,
567566 f"{ ignore_paths_removed_count } file{ 's' if ignore_paths_removed_count != 1 else '' } from ignored paths" : ignore_paths_removed_count ,
568567 f"{ submodule_ignored_paths_count } file{ 's' if submodule_ignored_paths_count != 1 else '' } from ignored submodules" : submodule_ignored_paths_count ,
569- f"{ already_optimized_count } already optimized function{ 's' if already_optimized_count != 1 else '' } " : already_optimized_count ,
570568 f"{ blocklist_funcs_removed_count } function{ 's' if blocklist_funcs_removed_count != 1 else '' } as previously optimized" : blocklist_funcs_removed_count ,
571569 f"{ previous_checkpoint_functions_removed_count } function{ 's' if previous_checkpoint_functions_removed_count != 1 else '' } skipped from checkpoint" : previous_checkpoint_functions_removed_count ,
572570 }
You can’t perform that action at this time.
0 commit comments