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