mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Remove unused Any
from Concatenate
example in typing docs (GH-30516)
This commit is contained in:
parent
7357ac94f8
commit
73decdf021
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 collections.abc import Callable
|
||||||
from threading import Lock
|
from threading import Lock
|
||||||
from typing import Any, Concatenate, ParamSpec, TypeVar
|
from typing import Concatenate, ParamSpec, TypeVar
|
||||||
|
|
||||||
P = ParamSpec('P')
|
P = ParamSpec('P')
|
||||||
R = TypeVar('R')
|
R = TypeVar('R')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue