Skip to content

Commit 48dcb47

Browse files
committed
STY: ruff check --fix
1 parent 1d93526 commit 48dcb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_tripwire.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ def test_tripwire():
1616
with pytest.raises(TripWireError):
1717
silly_module_name.do_silly_thing
1818
# Check AttributeError can be checked too
19-
with pytest.raises(AttributeError) as err:
19+
with pytest.raises(AttributeError):
2020
silly_module_name.__wrapped__

0 commit comments

Comments
 (0)