Commit 9b8bf1a
Fix typeguard issues in import tests and improve type safety\n\n- Fix typeguard error in test_run_import_invalid_json_type_context by using proper typing\n- Improve type safety in run_import function by separating json.loads() result from typed variable\n- Ensure all 385 tests pass with typeguard enabled\n- Maintain all existing functionality while improving code quality
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>1 parent 99f89ce commit 9b8bf1a
2 files changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
474 | | - | |
475 | | - | |
| 473 | + | |
476 | 474 | | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
477 | 479 | | |
478 | 480 | | |
479 | 481 | | |
480 | 482 | | |
481 | | - | |
| 483 | + | |
482 | 484 | | |
483 | 485 | | |
484 | 486 | | |
| |||
0 commit comments