summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tk.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_tk.py')
-rw-r--r--Lib/test/test_tk.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_tk.py b/Lib/test/test_tk.py
index 80316b3..ab979fa 100644
--- a/Lib/test/test_tk.py
+++ b/Lib/test/test_tk.py
@@ -6,9 +6,6 @@ import tkinter
from tkinter.test import runtktests
import unittest
-
-import tkinter
-
try:
tkinter.Button()
except tkinter.TclError as msg: