From 0f7dfdfd147643e53540ee3e605835d88c41f1c2 Mon Sep 17 00:00:00 2001 From: goodboy Date: Thu, 23 Apr 2026 11:04:10 -0400 Subject: [PATCH] Drop unneeded f-str prefixes (cherry picked from commit 5e85f184e0b6b086842da547ad1fdbfc08b6bb4b) --- tractor/spawn/_subint_forkserver.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tractor/spawn/_subint_forkserver.py b/tractor/spawn/_subint_forkserver.py index ab8ff054..ca34f5ec 100644 --- a/tractor/spawn/_subint_forkserver.py +++ b/tractor/spawn/_subint_forkserver.py @@ -591,11 +591,11 @@ async def subint_forkserver_proc( ) if child_sigint == 'trio': raise NotImplementedError( - f"`child_sigint='trio'` mode — trio-native SIGINT " - f"plumbing in the fork-child — is scaffolded but " - f"not yet implemented. See the xfail'd " - f"`test_orphaned_subactor_sigint_cleanup_DRAFT` " - f"and the TODO in this module's docstring." + "`child_sigint='trio'` mode — trio-native SIGINT " + "plumbing in the fork-child — is scaffolded but " + "not yet implemented. See the xfail'd " + "`test_orphaned_subactor_sigint_cleanup_DRAFT` " + "and the TODO in this module's docstring." ) uid: tuple[str, str] = subactor.aid.uid