Skip to content

Commit 2e3e429

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/typing_checks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
import contextlib
77
from typing import Optional
88

9-
import pytest
109
from typing_extensions import assert_type
1110

11+
import pytest
12+
1213

1314
# Issue #7488.
1415
@pytest.mark.xfail(raises=RuntimeError)

0 commit comments

Comments
 (0)