]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151428: Remove unused imports from stdlib (#151478)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 16 Jun 2026 16:31:01 +0000 (19:31 +0300)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2026 16:31:01 +0000 (19:31 +0300)
commit627adb517f71b16273845fa47acee72b2ea372a0
tree9ced5f1ed141dfb83e36091b035225fb92fda38d
parentb16d23fc9fe9cb72fa15c8a3036753e5437b5b8c
gh-151428: Remove unused imports from stdlib (#151478)
13 files changed:
.pre-commit-config.yaml
Lib/.ruff.toml [new file with mode: 0644]
Lib/_pyrepl/completing_reader.py
Lib/_pyrepl/reader.py
Lib/_pyrepl/unix_console.py
Lib/idlelib/idle_test/template.py
Lib/idlelib/idle_test/test_help.py
Lib/profiling/sampling/heatmap_collector.py
Lib/profiling/sampling/live_collector/collector.py
Lib/profiling/sampling/live_collector/display.py
Lib/profiling/sampling/live_collector/widgets.py
Lib/profiling/sampling/sample.py
Tools/.ruff.toml [new file with mode: 0644]