aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tkinter/support.py
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-09-24 15:07:23 +0100
committerGitHub <noreply@github.com>2023-09-24 15:07:23 +0100
commit19601efa364fe3c294d8010effe11e025cbc230e (patch)
treefe7b91cda272516296be6a0fb4fc31ce6c9037a8 /Lib/test/test_tkinter/support.py
parent649768fb6781ba810df44017fee1975a11d65e2f (diff)
downloadcpython-19601efa364fe3c294d8010effe11e025cbc230e.tar.gz
cpython-19601efa364fe3c294d8010effe11e025cbc230e.zip
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Diffstat (limited to 'Lib/test/test_tkinter/support.py')
-rw-r--r--Lib/test/test_tkinter/support.py1
1 files changed, 0 insertions, 1 deletions
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: