Skip to content

Commit aa5db4c

Browse files
style: remove duplicate if statement causing syntax error
1 parent 4473430 commit aa5db4c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codeflash/discovery/functions_to_optimize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def get_files_for_language(
203203
ignore_files: set[Path] = set()
204204
for p in ignore_paths:
205205
p = Path(p) if not isinstance(p, Path) else p
206-
if p.is_file():
207206
if p.is_file():
208207
ignore_files.add(p)
209208
else:

0 commit comments

Comments
 (0)