This commit is contained in:
Andy_kl
2025-02-14 03:48:18 +04:00
parent 78ff61dd08
commit 58434e2553
-1
View File
@@ -230,7 +230,6 @@ def get_string_munger(prefix: str) -> Callable[[str], str]:
else:
def munge_string(m: re.Match[str]):
m.groups()
brackets = m.group(1)
if len(brackets) % 2 == 0: