Skip to content

Commit 3358751

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

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/_pytest/assertion/__init__.py

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@
33

44
from __future__ import annotations
55

6-
import sys
76
from collections.abc import Generator
8-
from typing import Any , TYPE_CHECKING
7+
import sys
8+
from typing import Any
9+
from typing import TYPE_CHECKING
910

10-
from _pytest.assertion import rewrite , truncate , util
11+
from _pytest.assertion import rewrite
12+
from _pytest.assertion import truncate
13+
from _pytest.assertion import util
1114
from _pytest.assertion.rewrite import assertstate_key
12-
from _pytest.config import Config , hookimpl
15+
from _pytest.config import Config
16+
from _pytest.config import hookimpl
1317
from _pytest.config.argparsing import Parser
1418
from _pytest.nodes import Item
1519

20+
1621
if TYPE_CHECKING:
1722
from _pytest.main import Session
1823

0 commit comments

Comments
 (0)