mirror of
https://github.com/python/cpython.git
synced 2026-02-14 03:10:44 +00:00
Remove unused Any from Concatenate example in typing docs (GH-30516)
(cherry picked from commit 73decdf021)
Co-authored-by: Michael Oliver <michaeloliver__@outlook.com>
This commit is contained in:
parent
e0ec08dc49
commit
da8c0759d2
1 changed files with 1 additions and 1 deletions
|
|
@ -737,7 +737,7 @@ These can be used as types in annotations using ``[]``, each having a unique syn
|
|||
|
||||
from collections.abc import Callable
|
||||
from threading import Lock
|
||||
from typing import Any, Concatenate, ParamSpec, TypeVar
|
||||
from typing import Concatenate, ParamSpec, TypeVar
|
||||
|
||||
P = ParamSpec('P')
|
||||
R = TypeVar('R')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue