Skip to content

Commit 73decdf

Browse files
author
Michael Oliver
authored
Remove unused Any from Concatenate example in typing docs (GH-30516)
1 parent 7357ac9 commit 73decdf

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)