Commit 04c3abc
Fix lint: add noqa for re-exported packaging symbols
Added # noqa: F401 to packaging imports in platforms/_utils.py
to suppress 'imported but unused' warnings for symbols that are
being re-exported for backward compatibility.
Ruff checks now passing.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 11b4a2a commit 04c3abc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments