mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Remove unused imports in tests (GH-14518)
This commit is contained in:
parent
f9b7457bd7
commit
8f4ef3b019
53 changed files with 31 additions and 84 deletions
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
import posixpath
|
||||
import unittest
|
||||
import warnings
|
||||
from posixpath import realpath, abspath, dirname, basename
|
||||
from test import support, test_genericpath
|
||||
from test.support import FakePath
|
||||
|
@ -12,6 +11,7 @@ try:
|
|||
except ImportError:
|
||||
posix = None
|
||||
|
||||
|
||||
# An absolute path to a temporary filename for testing. We can't rely on TESTFN
|
||||
# being an absolute path, so we need this.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue