mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-84623: Remove unused imports (#94132)
This commit is contained in:
parent
8661c5053f
commit
47e35625ff
28 changed files with 9 additions and 43 deletions
|
@ -1,5 +1,4 @@
|
|||
import functools
|
||||
import re
|
||||
import tkinter
|
||||
import unittest
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue