Fix *args-like type annot
parent
38b844fb22
commit
c7e03ae3b4
|
@ -38,7 +38,7 @@ async def _enter_and_sleep(
|
||||||
@acm
|
@acm
|
||||||
async def async_enter_all(
|
async def async_enter_all(
|
||||||
|
|
||||||
*mngrs: list[AsyncContextManager[T]],
|
*mngrs: tuple[AsyncContextManager[T]],
|
||||||
|
|
||||||
) -> tuple[T]:
|
) -> tuple[T]:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue