We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe36d47 commit 060e65aCopy full SHA for 060e65a
nibabel/xmlutils.py
@@ -9,6 +9,7 @@
9
"""
10
Thin layer around xml.etree.ElementTree, to abstract nibabel xml support.
11
12
+
13
from io import BytesIO
14
from xml.etree.ElementTree import Element, SubElement, tostring # flake8: noqa aliasing
15
from xml.parsers.expat import ParserCreate
0 commit comments