Commit 9ffaf2a
fix: Remove erroneous tomllib import in TOML test (fails on Python 3.10)
The decoder-only branch doesn't need to import tomllib directly — it
tests via decode_by_extension which uses whatever decoder was registered
(tomllib on 3.11+, tomli on older versions).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 6c0f869 commit 9ffaf2a
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
| 345 | + | |
347 | 346 | | |
348 | 347 | | |
349 | 348 | | |
| |||
0 commit comments