Skip to content

Commit da8c075

Browse files
miss-islingtonMichael Oliver
andauthored
Remove unused Any from Concatenate example in typing docs (GH-30516)
(cherry picked from commit 73decdf) Co-authored-by: Michael Oliver <[email protected]>
1 parent e0ec08d commit da8c075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ These can be used as types in annotations using ``[]``, each having a unique syn
737737

738738
from collections.abc import Callable
739739
from threading import Lock
740-
from typing import Any, Concatenate, ParamSpec, TypeVar
740+
from typing import Concatenate, ParamSpec, TypeVar
741741

742742
P = ParamSpec('P')
743743
R = TypeVar('R')

0 commit comments

Comments
 (0)