mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove redundant import of tkinter.
This commit is contained in:
parent
f47e84ce63
commit
86fe876fb5
1 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,6 @@ import tkinter
|
|||
from tkinter.test import runtktests
|
||||
import unittest
|
||||
|
||||
|
||||
import tkinter
|
||||
|
||||
try:
|
||||
tkinter.Button()
|
||||
except tkinter.TclError as msg:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue