Fix
This commit is contained in:
@@ -230,7 +230,6 @@ def get_string_munger(prefix: str) -> Callable[[str], str]:
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
def munge_string(m: re.Match[str]):
|
def munge_string(m: re.Match[str]):
|
||||||
m.groups()
|
|
||||||
brackets = m.group(1)
|
brackets = m.group(1)
|
||||||
|
|
||||||
if len(brackets) % 2 == 0:
|
if len(brackets) % 2 == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user