mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove temp variable
This commit is contained in:
parent
244ab1c015
commit
6aa2d05111
@ -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() == '':
|
||||
|
Loading…
Reference in New Issue
Block a user