Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -30,6 +30,7 @@ from typing import (
|
|||
Any,
|
||||
Generic,
|
||||
NoReturn,
|
||||
ParamSpec,
|
||||
TypeVar,
|
||||
cast,
|
||||
overload,
|
||||
|
|
@ -84,11 +85,6 @@ from ..streams.memory import MemoryObjectSendStream
|
|||
if TYPE_CHECKING:
|
||||
from _typeshed import FileDescriptorLike
|
||||
|
||||
if sys.version_info >= (3, 10):
|
||||
from typing import ParamSpec
|
||||
else:
|
||||
from typing_extensions import ParamSpec
|
||||
|
||||
if sys.version_info >= (3, 11):
|
||||
from typing import TypeVarTuple, Unpack
|
||||
else:
|
||||
|
|
@ -887,6 +883,7 @@ class TestRunner(abc.TestRunner):
|
|||
def _call_in_runner_task(
|
||||
self,
|
||||
func: Callable[P, Awaitable[T_Retval]],
|
||||
/,
|
||||
*args: P.args,
|
||||
**kwargs: P.kwargs,
|
||||
) -> T_Retval:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue