gh-120417: Add #noqa to used imports in the stdlib (#120421)
Tools such as ruff can ignore "imported but unused" warnings if a line ends with "# noqa: F401". It avoids the temptation to remove an import which is used effectively.
V
Victor Stinner committed
6ae254aaa0a5a3985a52d1ab387a2b68c001bd96
Parent: ca5108a
Committed by GitHub <noreply@github.com>
on 6/13/2024, 2:14:50 PM