Skip to content

Commit 2ecf59e

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/_pytest/_code/code.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
from typing import Pattern
3131
from typing import Sequence
3232
from typing import SupportsIndex
33+
from typing import Tuple
34+
from typing import Type
3335
from typing import TypeVar
34-
from typing import Union, Type, Tuple
36+
from typing import Union
3537

3638
import pluggy
3739

0 commit comments

Comments
 (0)