mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +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)
|
dom = xml.dom.minidom.parseString(document)
|
||||||
|
|
||||||
space = " "
|
|
||||||
def getText(nodelist):
|
def getText(nodelist):
|
||||||
rc = ""
|
rc = ""
|
||||||
for node in nodelist:
|
for node in nodelist:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue