mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Remove unused imports.
This commit is contained in:
parent
5bb8b9134b
commit
70d28a184c
43 changed files with 0 additions and 60 deletions
|
@ -4,7 +4,6 @@ Coverage: 71% on Windows.
|
|||
'''
|
||||
from idlelib import macosx
|
||||
from test.support import requires
|
||||
import sys
|
||||
import tkinter as tk
|
||||
import unittest
|
||||
import unittest.mock as mock
|
||||
|
|
|
@ -5,7 +5,6 @@ Coverage: 56%
|
|||
from idlelib import tree
|
||||
from test.support import requires
|
||||
requires('gui')
|
||||
import os
|
||||
import unittest
|
||||
from tkinter import Tk
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
A number of functions that enhance IDLE on Mac OSX.
|
||||
"""
|
||||
from sys import platform # Used in _init_tk_type, changed by test.
|
||||
import warnings
|
||||
|
||||
import tkinter
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import linecache
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
||||
import tkinter as tk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue