Skip to content

Commit 8b73cbb

Browse files
MNT: Remove leftovers from the first rounds of fixing linter issues.
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent f7d505e commit 8b73cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/xmlutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""Thin layer around xml.etree.ElementTree, to abstract nibabel xml support"""
1010

1111
from io import BytesIO
12-
from xml.etree.ElementTree import Element, SubElement, tostring # noqa: F401
12+
from xml.etree.ElementTree import Element, tostring
1313
from xml.parsers.expat import ParserCreate
1414

1515
from .filebasedimages import FileBasedHeader

0 commit comments

Comments
 (0)