mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-105407: Remove unused imports in tests (#105408)
This commit is contained in:
parent
d3a0eacbf3
commit
ae319e4b43
23 changed files with 2 additions and 35 deletions
|
@ -9,7 +9,6 @@ machinery = util.import_importlib('importlib.machinery')
|
|||
import os
|
||||
from test.support import os_helper
|
||||
import unittest
|
||||
import warnings
|
||||
|
||||
|
||||
@util.case_insensitive_tests
|
||||
|
|
|
@ -10,7 +10,6 @@ import sys
|
|||
import tempfile
|
||||
from test.support.import_helper import make_legacy_pyc
|
||||
import unittest
|
||||
import warnings
|
||||
|
||||
|
||||
class FinderTests(abc.FinderTests):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue