]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84623: Remove unused imports in stdlib (#93773)
authorVictor Stinner <vstinner@python.org>
Mon, 13 Jun 2022 14:28:41 +0000 (16:28 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Jun 2022 14:28:41 +0000 (16:28 +0200)
commit259dd71c32a42708a2800c72898e2664a33fda9c
tree5c9a1e367ccc37526054a30867a14db9ad45430a
parent65ac273280fa909f42dd78f3da634e6669e2b63d
gh-84623: Remove unused imports in stdlib (#93773)
12 files changed:
Lib/asyncio/base_futures.py
Lib/asyncio/coroutines.py
Lib/asyncio/locks.py
Lib/asyncio/runners.py
Lib/asyncio/streams.py
Lib/distutils/sysconfig.py
Lib/idlelib/configdialog.py
Lib/idlelib/util.py
Lib/threading.py
Lib/tkinter/commondialog.py
Lib/urllib/parse.py
Lib/urllib/request.py