mirror of
https://github.com/python/cpython.git
synced 2025-10-05 22:51:56 +00:00
[3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105)
Part of patch by Victor Stinner.
(cherry-pick from d6debb24e0
)
This commit is contained in:
parent
d755d19ac4
commit
c6696feb09
7 changed files with 4 additions and 9 deletions
|
@ -29,7 +29,7 @@ from configparser import ConfigParser
|
|||
import os
|
||||
import sys
|
||||
|
||||
from tkinter.font import Font, nametofont
|
||||
from tkinter.font import Font
|
||||
|
||||
class InvalidConfigType(Exception): pass
|
||||
class InvalidConfigSet(Exception): pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue