Skip to content

Commit

Permalink
Fix *args-like type annot
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Oct 6, 2021
1 parent 38b844f commit c7e03ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tractor/trionics/_mngrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:

Expand Down

0 comments on commit c7e03ae

Please sign in to comment.