From 19601efa364fe3c294d8010effe11e025cbc230e Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sun, 24 Sep 2023 15:07:23 +0100 Subject: gh-109653: Remove unused imports in the `Lib/` directory (#109803) --- Lib/test/test_tkinter/support.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/test_tkinter/support.py') diff --git a/Lib/test/test_tkinter/support.py b/Lib/test/test_tkinter/support.py index 10e64bf40a4..a37705f0ae6 100644 --- a/Lib/test/test_tkinter/support.py +++ b/Lib/test/test_tkinter/support.py @@ -1,6 +1,5 @@ import functools import tkinter -import unittest class AbstractTkTest: -- cgit v1.2.3