GH-91048: Minor fixes for `_remotedebugging & rename to _remote_debugging` (#133398)

This commit is contained in:
Adam Turner 2025-05-05 01:30:14 +01:00 committed by GitHub
parent 483d130e50
commit 3f80165a26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 48 additions and 67 deletions

View file

@ -5,7 +5,7 @@ from collections import defaultdict
from itertools import count
from enum import Enum
import sys
from _remotedebugging import get_all_awaited_by
from _remote_debugging import get_all_awaited_by
class NodeType(Enum):