Skip to content

Commit

Permalink
Remove leftovers from the first rounds of fixing linter issues.
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
DimitriPapadopoulos and effigies committed Sep 24, 2024
1 parent f7d505e commit 8da8972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabel/xmlutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""Thin layer around xml.etree.ElementTree, to abstract nibabel xml support"""

from io import BytesIO
from xml.etree.ElementTree import Element, SubElement, tostring # noqa: F401
from xml.etree.ElementTree import Element, tostring
from xml.parsers.expat import ParserCreate

from .filebasedimages import FileBasedHeader
Expand Down

0 comments on commit 8da8972

Please sign in to comment.