diff options
Diffstat (limited to 'Lib/asyncio')
-rw-r--r-- | Lib/asyncio/tools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/tools.py b/Lib/asyncio/tools.py index 6c1f725..dde755e 100644 --- a/Lib/asyncio/tools.py +++ b/Lib/asyncio/tools.py @@ -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): |