mirror of https://github.com/python/cpython
Remove unused imports.
This commit is contained in:
parent
a7614d08bf
commit
a42ad6bf84
|
@ -3,11 +3,11 @@ import os
|
|||
import py_compile
|
||||
import shutil
|
||||
import stat
|
||||
import sys
|
||||
import tempfile
|
||||
import unittest
|
||||
|
||||
from test import support, script_helper
|
||||
from test import support
|
||||
|
||||
|
||||
class PyCompileTests(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Reference in New Issue