Commit b16c73d
refactor: remove dead _prepend_row code in CSV conversion path (#17)
The convert() function consumed one row via reader.read_stream() to get
CSV field names, then used _prepend_row to re-attach it — but the
result was never used (the file is re-read from scratch for the actual
conversion). Removed the unused _prepend_row() utility and the dead
re-attachment line. The field-order detection itself is preserved.
Co-authored-by: DevForge Engineer <engineer@devforge.dev>1 parent 73cc149 commit b16c73d
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
447 | | - | |
448 | 446 | | |
449 | 447 | | |
450 | 448 | | |
| |||
494 | 492 | | |
495 | 493 | | |
496 | 494 | | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | 495 | | |
504 | 496 | | |
505 | 497 | | |
| |||
0 commit comments