mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove unused imports.
This commit is contained in:
parent
5bb8b9134b
commit
70d28a184c
43 changed files with 0 additions and 60 deletions
|
@ -10,7 +10,6 @@ import os
|
|||
from os.path import normcase
|
||||
import _pickle
|
||||
import pickle
|
||||
import re
|
||||
import shutil
|
||||
import sys
|
||||
import types
|
||||
|
@ -56,8 +55,6 @@ modfile = normcase(modfile)
|
|||
def revise(filename, *args):
|
||||
return (normcase(filename),) + args
|
||||
|
||||
import builtins
|
||||
|
||||
git = mod.StupidGit()
|
||||
|
||||
class IsTestBase(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue