We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e1afd commit 0e1dee3Copy full SHA for 0e1dee3
nibabel/tests/test_tripwire.py
@@ -18,4 +18,3 @@ def test_tripwire():
18
# Check AttributeError can be checked too
19
with pytest.raises(AttributeError) as err:
20
silly_module_name.__wrapped__
21
- assert isinstance(err.value, AttributeError)
0 commit comments