Commit 54fe722
committed
Add ruff directive to ignore E402 in test_cors.py
- Added a ruff directive to `test_cors.py` to suppress the E402 error, allowing imports to be placed after code statements for improved organization.
- This change enhances code readability while maintaining functionality in the test setup.1 parent f0e3a83 commit 54fe722
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments