Skip to content

Commit e84ada2

Browse files
STY: Further simplification
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
1 parent 3bc9c58 commit e84ada2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base/tests/test_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_bunch_methods():
3535
assert b.get("a") == 3
3636
assert b.get("badkey", "otherthing") == "otherthing"
3737
assert b != newb
38-
assert type(dict()) is type(newb)
38+
assert type(newb) is dict
3939
assert newb["a"] == 3
4040

4141

0 commit comments

Comments
 (0)