mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-109653: Remove unused imports in the Lib/
directory (#109803)
This commit is contained in:
parent
649768fb67
commit
19601efa36
20 changed files with 6 additions and 25 deletions
|
@ -7,7 +7,6 @@ import unittest
|
|||
from unittest import mock
|
||||
from asyncio import tasks
|
||||
from test.test_asyncio import utils as test_utils
|
||||
import test.support
|
||||
from test.support.script_helper import assert_python_ok
|
||||
|
||||
MOCK_ANY = mock.ANY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue