Drop `tn` arg to `maybe_raise_from_masking_exc()` in `._rpc`

final_eg_refinements
Tyler Goodlet 2025-08-19 15:23:54 -04:00
parent cec0282953
commit ed18ecd064
1 changed files with 0 additions and 1 deletions

View File

@ -654,7 +654,6 @@ async def _invoke(
# scope ensures unasking of the `await coro` below # scope ensures unasking of the `await coro` below
# *should* never be interfered with!! # *should* never be interfered with!!
maybe_raise_from_masking_exc( maybe_raise_from_masking_exc(
tn=tn,
unmask_from=(Cancelled,), unmask_from=(Cancelled,),
) as _mbme, # maybe boxed masked exc ) as _mbme, # maybe boxed masked exc
): ):