mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove redundant import of tkinter.
This commit is contained in:
@@ -6,9 +6,6 @@ import tkinter
|
||||
from tkinter.test import runtktests
|
||||
import unittest
|
||||
|
||||
|
||||
import tkinter
|
||||
|
||||
try:
|
||||
tkinter.Button()
|
||||
except tkinter.TclError as msg:
|
||||
|
||||
Reference in New Issue
Block a user