Commit 8a22df1
refactor(expr): drop redundant bytes(...) wrap in to_bytes
`PyExpr::to_bytes` returns `Bound<PyBytes>`, which crosses the FFI
boundary as Python `bytes`. The defensive `bytes(...)` wrap was a
no-op.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ca2f0ff commit 8a22df1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| |||
0 commit comments