Drop unneeded f-str prefixes
parent
af94080b21
commit
4227eabcba
|
|
@ -591,11 +591,11 @@ async def subint_forkserver_proc(
|
||||||
)
|
)
|
||||||
if child_sigint == 'trio':
|
if child_sigint == 'trio':
|
||||||
raise NotImplementedError(
|
raise NotImplementedError(
|
||||||
f"`child_sigint='trio'` mode — trio-native SIGINT "
|
"`child_sigint='trio'` mode — trio-native SIGINT "
|
||||||
f"plumbing in the fork-child — is scaffolded but "
|
"plumbing in the fork-child — is scaffolded but "
|
||||||
f"not yet implemented. See the xfail'd "
|
"not yet implemented. See the xfail'd "
|
||||||
f"`test_orphaned_subactor_sigint_cleanup_DRAFT` "
|
"`test_orphaned_subactor_sigint_cleanup_DRAFT` "
|
||||||
f"and the TODO in this module's docstring."
|
"and the TODO in this module's docstring."
|
||||||
)
|
)
|
||||||
|
|
||||||
uid: tuple[str, str] = subactor.aid.uid
|
uid: tuple[str, str] = subactor.aid.uid
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue