Fix lingting

This commit is contained in:
yangdx 2025-09-14 18:31:33 +08:00
parent 27f1eef616
commit 965d942103

View file

@ -2626,7 +2626,6 @@ def fix_tuple_delimiter_corruption(
)
# Fix: <|#| -> <|#|>, <|#|| -> <|#|> (missing closing >)
#
record = re.sub(
rf"<\|{escaped_delimiter_core}\|+(?!>)",
tuple_delimiter,