]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40443: Remove unused imports in idlelib (GH-19801)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Apr 2020 01:45:54 +0000 (18:45 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 01:45:54 +0000 (18:45 -0700)
commit48ef06b62682c19b7860dcf5d9d610e589a49840
treeb5603e8a1241e149a5f5d6c00e545ac978f12997
parentbeba1a808000d5fc445cb28eab96bdb4cdb7c959
bpo-40443: Remove unused imports in idlelib (GH-19801)

(cherry picked from commit 6900f16d2207ca4fc252fa9d778ca0b13a3c95e0)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/idlelib/autocomplete_w.py
Lib/idlelib/config_key.py
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_sidebar.py
Lib/idlelib/idle_test/test_squeezer.py
Lib/idlelib/textview.py