]> 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:47:50 +0000 (18:47 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 01:47:50 +0000 (18:47 -0700)
commit95e208dce505c542b8e4f8f42c57e6d4793b6895
tree39b158faa271d44993ace4c78bb3607160b639aa
parente07fb669e9ed6cf75e241209f0547c2c2f7d7ef7
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