Commit c3bbba1
authored
fix: remove unused json_tensors dead variable in convert_to_model_input() (#259)
Fixes #250
json_tensors was initialized but never populated or returned,
creating a silent data loss trap for future JSON tensor support.
Removed the dead variable to keep the code clean and explicit.1 parent 1e81181 commit c3bbba1
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
0 commit comments