Commit 45ba6f1
committed
fix: resolve ruff linting errors in test_exceptions.py
ROOT CAUSE:
Pre-commit hook failed due to missing import and incorrect
import order in tests/shared/test_exceptions.py
CHANGES:
- Moved `import anyio` to top of file with other imports
- Added `from builtins import BaseExceptionGroup` import
- Fixed import sorting order (ruff I001)
IMPACT:
CI ruff checks will now pass
FILES MODIFIED:
- tests/shared/test_exceptions.py1 parent a6dedc3 commit 45ba6f1
File tree
1 file changed
+3
-1
lines changed1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
165 | 168 | | |
166 | 169 | | |
167 | 170 | | |
168 | | - | |
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
| |||
0 commit comments