Skip to content

Commit de91c13

Browse files
fix linting
1 parent fde8b77 commit de91c13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

codeflash/discovery/functions_to_optimize.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,8 @@ def filter_functions(
684684
ignore_paths_removed_count += 1
685685
continue
686686
if file_path in submodule_paths or any(
687-
file_path_normalized.startswith(os.path.normcase(str(submodule_path)) + os.sep) for submodule_path in submodule_paths
687+
file_path_normalized.startswith(os.path.normcase(str(submodule_path)) + os.sep)
688+
for submodule_path in submodule_paths
688689
):
689690
submodule_ignored_paths_count += 1
690691
continue

0 commit comments

Comments
 (0)