Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e84ada2

Browse files
DimitriPapadopouloseffigies
andauthored
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)

AltStyle によって変換されたページ (->オリジナル) /