Skip to content

Commit eeab46f

Browse files
Update nibabel/gifti/tests/test_gifti.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 02918ed commit eeab46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/gifti/tests/test_gifti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def test_metadata_list_interface():
360360
assert 'completelynew' not in md
361361
assert md == {'foo': 'bar', 'last': 'one'}
362362
# Check popping from the end (last one inserted before foobar)
363-
_ = mdlist.pop()
363+
mdlist.pop()
364364
assert len(mdlist) == 1
365365
assert len(md) == 1
366366
assert md == {'last': 'one'}

0 commit comments

Comments
 (0)