Skip to content

Commit 54ad859

Browse files
Update nibabel/tests/test_filename_parser.py
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
1 parent 47f4dcc commit 54ad859

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nibabel/tests/test_filename_parser.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,3 @@ def test__stringify_path():
141141
assert res == 'fname.ext.gz'
142142
res = _stringify_path(pathlib.Path('../fname.ext.gz'))
143143
assert res == '../fname.ext.gz'
144-
145-
146-
147-

0 commit comments

Comments
 (0)