Skip to content

Commit cca2b4a

Browse files
Update nibabel/tests/test_filename_parser.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 77aca5f commit cca2b4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabel/tests/test_filename_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def test_splitext_addext():
127127

128128

129129
def test__stringify_path():
130-
current_directory = pathlib.Path.cwd().as_posix()
131130
res = _stringify_path('fname.ext.gz')
132131
assert res == 'fname.ext.gz'
133132
res = _stringify_path(pathlib.Path('fname.ext.gz'))

0 commit comments

Comments
 (0)