summaryrefslogtreecommitdiff
path: root/Lib/tkinter/test/support.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-06-22 19:14:27 +0200
committerGitHub <noreply@github.com>2022-06-22 19:14:27 +0200
commit47e35625ff2c4e6511a12e7178c3e4fbc965b634 (patch)
treee9a6b4d687233135f993260b12011613b9189058 /Lib/tkinter/test/support.py
parent8661c5053fbe3e246289d77e49a813470b3a16f7 (diff)
downloadcpython-git-47e35625ff2c4e6511a12e7178c3e4fbc965b634.tar.gz
gh-84623: Remove unused imports (#94132)
Diffstat (limited to 'Lib/tkinter/test/support.py')
-rw-r--r--Lib/tkinter/test/support.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/tkinter/test/support.py b/Lib/tkinter/test/support.py
index 9e26d04536..9154ebac5c 100644
--- a/Lib/tkinter/test/support.py
+++ b/Lib/tkinter/test/support.py
@@ -1,5 +1,4 @@
import functools
-import re
import tkinter
import unittest