mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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 shutil
|
||||
import stat
|
||||
import sys
|
||||
import tempfile
|
||||
import unittest
|
||||
|
||||
from test import support, script_helper
|
||||
from test import support
|
||||
|
||||
|
||||
class PyCompileTests(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue