Skip to content

Commit 7a0aa3d

Browse files
pre-commit-ci[bot]nicoddemus
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 844c6f8 commit 7a0aa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/code/test_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_unicode_handling() -> None:
8888
def f() -> None:
8989
raise ValueError(value)
9090

91-
excinfo = pytest.raises(ValueError, f)
91+
excinfo = pytest.raises(ValueError, f)
9292
str(excinfo)
9393

9494

0 commit comments

Comments
 (0)