Skip to content

Commit c1f638e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fcc0d4a commit c1f638e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/python/raises_group.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ def check(exc_group: ExceptionGroup[ValueError]) -> bool:
451451

452452
assert seen == [ExceptionGroup]
453453

454+
454455
def test_unwrapped_match_check() -> None:
455456
def my_check(e: object) -> bool: # pragma: no cover
456457
return True

0 commit comments

Comments
 (0)