Fix *args-like type annot
							parent
							
								
									619b3b344a
								
							
						
					
					
						commit
						e5b3eb117d
					
				|  | @ -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