Fix last broken test

This commit is contained in:
Veronica Berglyd Olsen
2023-05-29 17:58:23 +02:00
parent af67f5081e
commit 652013b622
3 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -569,7 +569,7 @@ class NWConfigParser(ConfigParser):
# Third Party Code
# =============================================================================================== #
def xmlIndent(tree, space=" ", level=0):
def xmlIndent(tree, space=" ", level=0): # pragma: no cover
"""The XML indent function from CPython, that was only added in Python 3.9.
It is included here to support older versions of Python.
https://github.com/python/cpython/blob/main/Lib/xml/etree/ElementTree.py