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 f7d505e commit 8b73cbbCopy full SHA for 8b73cbb
nibabel/xmlutils.py
@@ -9,7 +9,7 @@
9
"""Thin layer around xml.etree.ElementTree, to abstract nibabel xml support"""
10
11
from io import BytesIO
12
-from xml.etree.ElementTree import Element, SubElement, tostring # noqa: F401
+from xml.etree.ElementTree import Element, tostring
13
from xml.parsers.expat import ParserCreate
14
15
from .filebasedimages import FileBasedHeader
0 commit comments