Skip to content

Commit f95c4e9

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_group_exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def test_group_exceptions_exceptions() -> None:
3737
inferred = node.inferred()[0]
3838
assert isinstance(inferred, Tuple)
3939

40+
4041
@pytest.mark.skipif(not PY311_PLUS, reason="Requires Python 3.11 or higher")
4142
def test_group_exceptions() -> None:
4243
node = extract_node(

0 commit comments

Comments
 (0)