We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ffa6c commit 4ef9ef6Copy full SHA for 4ef9ef6
tractor/trionics/_mngrs.py
@@ -38,7 +38,7 @@ async def _enter_and_sleep(
38
@acm
39
async def async_enter_all(
40
41
- *mngrs: list[AsyncContextManager[T]],
+ *mngrs: tuple[AsyncContextManager[T]],
42
43
) -> tuple[T]:
44
0 commit comments