Skip to content

Commit 5e85f18

Browse files
committed
Drop unneeded f-str prefixes
1 parent f5f37b6 commit 5e85f18

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tractor/spawn/_subint_forkserver.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -591,11 +591,11 @@ async def subint_forkserver_proc(
591591
)
592592
if child_sigint == 'trio':
593593
raise NotImplementedError(
594-
f"`child_sigint='trio'` mode — trio-native SIGINT "
595-
f"plumbing in the fork-child — is scaffolded but "
596-
f"not yet implemented. See the xfail'd "
597-
f"`test_orphaned_subactor_sigint_cleanup_DRAFT` "
598-
f"and the TODO in this module's docstring."
594+
"`child_sigint='trio'` mode — trio-native SIGINT "
595+
"plumbing in the fork-child — is scaffolded but "
596+
"not yet implemented. See the xfail'd "
597+
"`test_orphaned_subactor_sigint_cleanup_DRAFT` "
598+
"and the TODO in this module's docstring."
599599
)
600600

601601
uid: tuple[str, str] = subactor.aid.uid

0 commit comments

Comments
 (0)