Skip to content

Commit d3116d9

Browse files
style: auto-fix ruff formatting in remove_asserts.py
1 parent 40585fc commit d3116d9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codeflash/languages/java/remove_asserts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ def __init__(
198198
# Precompile regex to find next special character (quotes, parens, braces).
199199
self._special_re = re.compile(r"[\"'{}()]")
200200

201-
202201
# Precompile lambda arrow pattern to avoid recompiling on each call.
203202
self._lambda_re = re.compile(r"\(\s*\)\s*->\s*")
204203

0 commit comments

Comments
 (0)