diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-06-01 00:39:35 +0100 |
---|---|---|
committer | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-06-01 00:39:35 +0100 |
commit | 6aa2d05111168ea93a82719b3fa99fd203924bb2 (patch) | |
tree | d703c4f86b47a3b6845d08136cebbbe222dace83 /sphinx/builders/html/transforms.py | |
parent | 244ab1c015ff869fbe0757d5cb872c5bf9a2d656 (diff) | |
download | sphinx-git-6aa2d05111168ea93a82719b3fa99fd203924bb2.tar.gz |
Remove temp variable
Diffstat (limited to 'sphinx/builders/html/transforms.py')
-rw-r--r-- | sphinx/builders/html/transforms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/builders/html/transforms.py b/sphinx/builders/html/transforms.py index a2944c017..940b0c0d8 100644 --- a/sphinx/builders/html/transforms.py +++ b/sphinx/builders/html/transforms.py @@ -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() == '': |