From 47e35625ff2c4e6511a12e7178c3e4fbc965b634 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 22 Jun 2022 19:14:27 +0200 Subject: gh-84623: Remove unused imports (#94132) --- Lib/tkinter/test/support.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/tkinter/test/support.py') 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 -- cgit v1.2.1