mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove unused imports.
This commit is contained in:
parent
a7614d08bf
commit
a42ad6bf84
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ import os
|
||||||
import py_compile
|
import py_compile
|
||||||
import shutil
|
import shutil
|
||||||
import stat
|
import stat
|
||||||
import sys
|
|
||||||
import tempfile
|
import tempfile
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from test import support, script_helper
|
from test import support
|
||||||
|
|
||||||
|
|
||||||
class PyCompileTests(unittest.TestCase):
|
class PyCompileTests(unittest.TestCase):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue