Skip to content

Commit 060e65a

Browse files
committed
added extra line
1 parent fe36d47 commit 060e65a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabel/xmlutils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"""
1010
Thin layer around xml.etree.ElementTree, to abstract nibabel xml support.
1111
"""
12+
1213
from io import BytesIO
1314
from xml.etree.ElementTree import Element, SubElement, tostring # flake8: noqa aliasing
1415
from xml.parsers.expat import ParserCreate

0 commit comments

Comments
 (0)