mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Issue #23277: Remove more unused sys and os imports.
This commit is contained in:
parent
18a8affc8e
commit
c7f44aa99a
13 changed files with 0 additions and 15 deletions
|
|
@ -15,7 +15,6 @@ from test.support import verbose
|
|||
|
||||
# Python imports
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
import warnings
|
||||
import subprocess
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ especially when debugging a test.
|
|||
|
||||
from __future__ import with_statement
|
||||
|
||||
import sys
|
||||
import warnings
|
||||
|
||||
# Testing imports
|
||||
|
|
|
|||
|
|
@ -3,9 +3,6 @@
|
|||
# Testing imports
|
||||
from . import support
|
||||
|
||||
# Python imports
|
||||
import os.path
|
||||
|
||||
# Local imports
|
||||
from lib2to3.pytree import Node, Leaf
|
||||
from lib2to3 import fixer_util
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue