Skip to content

Commit ace23c1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/assertion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from collections.abc import Generator
77
import sys
88
from typing import Any
9-
from typing import TYPE_CHECKING
109
from typing import Protocol
10+
from typing import TYPE_CHECKING
1111

1212
from _pytest.assertion import rewrite
1313
from _pytest.assertion import truncate

0 commit comments

Comments
 (0)