[Refactor] Clean up parallel runtime comments (#40632)

This commit is contained in:
Cheng Wan
2026-09-21 14:32:22 -07:00
committed by GitHub
parent f532ad1f9a
commit acac4dd9d9
63 changed files with 199 additions and 1122 deletions
@@ -204,8 +204,6 @@ class TestRegisterToBootstrap(CustomTestCase):
def test_rust_attention_dp_replicates_complete_topology_across_hosts(
self, mock_put
):
# The consumer reads the group through `get_parallel()`, so the
# stub is stated there rather than in the module the build writes.
mock_world_group = MagicMock()
success_resp = MagicMock()
success_resp.status_code = 200