Remove temp variable

This commit is contained in:
Adam Turner 2022-06-01 00:39:35 +01:00
parent 244ab1c015
commit 6aa2d05111

View File

@ -64,7 +64,6 @@ class KeyboardTransform(SphinxPostTransform):
node += nodes.Text(sep)
except IndexError:
pass
_a = 1
def is_multiwords_key(self, parts: List[str]) -> bool:
if len(parts) >= 3 and parts[1].strip() == '':