Skip to content

Commit cb65eb5

Browse files
graingertclaude
andcommitted
remove now-unused import_module import
The last import_module() call site went away when `asyncio = import_module("asyncio")` became a plain import, leaving the import orphaned and tripping ruff's F401 in the lint job. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent be03eda commit cb65eb5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_asyncgen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import unittest
66
import contextlib
77

8-
from test.support.import_helper import import_module
98
from test.support import gc_collect, requires_working_socket, async_yield as _async_yield
109

1110

0 commit comments

Comments
 (0)