summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/widget_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter/test/widget_tests.py')
-rw-r--r--Lib/tkinter/test/widget_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/tkinter/test/widget_tests.py b/Lib/tkinter/test/widget_tests.py
index a450544..8418154 100644
--- a/Lib/tkinter/test/widget_tests.py
+++ b/Lib/tkinter/test/widget_tests.py
@@ -1,6 +1,5 @@
# Common tests for test_tkinter/test_widgets.py and test_ttk/test_widgets.py
-import unittest
import tkinter
from tkinter.test.support import (AbstractTkTest, tcl_version,
pixels_conv, tcl_obj_eq)