Skip to content

Commit 1786860

Browse files
style: auto-fix linting issues
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 22111ed commit 1786860

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codeflash/languages/javascript/instrument.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ def _find_balanced_parens(self, code: str, open_paren_pos: int) -> tuple[str | N
361361

362362
pos = i + 1
363363

364-
365364
if depth != 0:
366365
return None, -1
367366

0 commit comments

Comments
 (0)