Commit b8a0387
fix: resolve ruff import sorting violations in test files
Auto-fix import ordering issues introduced by psycopg import additions:
- Sort imports in e2e and integration test files according to ruff I001 rules
- Maintain functionality while ensuring code quality standards
This resolves the Code Quality job failures and restores lint compliance.
Infrastructure fix complete: All exit code 127 errors eliminated ✅
Test reliability improved: Database tests skip gracefully ✅
Code quality maintained: Import sorting compliant ✅
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 91d29e2 commit b8a0387
File tree
3 files changed
+3
-3
lines changed- tests
- e2e
- integration
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments