Commit 7886e21
fix: move imports to top of test_rest.py to resolve ruff E402 errors
Remove duplicate `import json` and `import pytest` added mid-file for
issue #3422 tests; move `import json` to the top-level import block.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ed898ba commit 7886e21
1 file changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
3167 | 3168 | | |
3168 | 3169 | | |
3169 | 3170 | | |
3170 | | - | |
3171 | | - | |
3172 | | - | |
3173 | | - | |
3174 | 3171 | | |
3175 | 3172 | | |
3176 | 3173 | | |
| |||
3290 | 3287 | | |
3291 | 3288 | | |
3292 | 3289 | | |
3293 | | - | |
3294 | | - | |
3295 | | - | |
3296 | 3290 | | |
3297 | 3291 | | |
3298 | 3292 | | |
| |||
0 commit comments