Commit 6594342
fix: the del-cleanup lines still referenced the renamed imports
The pkg_resources -> importlib.metadata change renamed the imports but
missed the cleanup three lines below, which still did
`del get_distribution` — so `import vpython` raised NameError on every
platform, and the whole matrix went red on the previous push.
Caught by that CI run. The local check that let it through was a syntax
parse, which `del wrong_name` passes; the block is now verified by
executing it, which is what should have happened the first time.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G7y9rTA1r8r8EhEnPSQenR1 parent 31ed45b commit 6594342
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments