mirror of
https://github.com/python/cpython.git
synced 2025-09-12 03:37:09 +00:00
Remove unused variable.
This commit is contained in:
parent
41a1b07636
commit
41cf5e0069
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ document = """\
|
|||
|
||||
dom = xml.dom.minidom.parseString(document)
|
||||
|
||||
space = " "
|
||||
def getText(nodelist):
|
||||
rc = ""
|
||||
for node in nodelist:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue