Skip to content

Commit 4ef9ef6

Browse files
committed
Fix *args-like type annot
1 parent 16ffa6c commit 4ef9ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tractor/trionics/_mngrs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def _enter_and_sleep(
3838
@acm
3939
async def async_enter_all(
4040

41-
*mngrs: list[AsyncContextManager[T]],
41+
*mngrs: tuple[AsyncContextManager[T]],
4242

4343
) -> tuple[T]:
4444

0 commit comments

Comments
 (0)