Commit 11b4a2a
Fix: re-export packaging symbols from platforms/_utils.py
When ruff auto-fixed imports, it removed symbols that other modules
were importing from platforms/_utils.py. Re-added all packaging imports
so they can be re-exported for backward compatibility.
This fixes import errors:
- ImportError: cannot import name 'load_pinlock'
- ImportError: cannot import name 'LockFile'
- etc.
All tests passing again (38 passed, 11 skipped).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 4317601 commit 11b4a2a
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
32 | 45 | | |
33 | 46 | | |
34 | 47 | | |
| |||
0 commit comments