mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #20976: pyflakes: Remove unused imports
This commit is contained in:
parent
69b1e261fc
commit
7fa767e517
43 changed files with 11 additions and 64 deletions
|
|
@ -35,8 +35,6 @@ if sys.platform == "win32":
|
|||
# Attempt to configure Tcl/Tk without requiring PATH
|
||||
from tkinter import _fix
|
||||
|
||||
import warnings
|
||||
|
||||
import _tkinter # If this fails your Python may not be configured for Tk
|
||||
TclError = _tkinter.TclError
|
||||
from tkinter.constants import *
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#
|
||||
|
||||
from tkinter import *
|
||||
from tkinter import _flatten, _cnfmerge, _default_root
|
||||
from tkinter import _cnfmerge, _default_root
|
||||
|
||||
# WARNING - TkVersion is a limited precision floating point number
|
||||
if TkVersion < 3.999:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue