Commit 47b028b
Fix pyright type-check errors in E2E tests
- Move json import to module level in test_tool_integration.py to fix 'possibly unbound' error
- Remove unused pytest import from test_pipeline_workflows.py
- Remove unused os import from test_tool_integration.py
These changes address CI linter requirements for proper type safety.
Co-Authored-By: Alex Peng <[email protected]>1 parent 5ad91e8 commit 47b028b
File tree
2 files changed
+1
-3
lines changed- tools/server/tests/e2e
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | | - | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | 283 | | |
285 | 284 | | |
286 | 285 | | |
| |||
0 commit comments