Commit dd9eb54
committed
fix: use only field validator for scene_id conversion
Remove manual string conversion in parsing code and rely solely on the Pydantic field validator to handle integer to string conversion. This should fix CI test failures while maintaining support for integer scene_ids.1 parent 72dfef7 commit dd9eb54
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | 494 | | |
500 | 495 | | |
501 | 496 | | |
| |||
0 commit comments