Commit a6dedc3
committed
style: fix formatting in test_session_exception_group.py
ROOT CAUSE:
Pre-commit hook failed in CI due to missing blank line after
module docstring.
CHANGES:
- Added blank line after module docstring to comply with ruff formatting
IMPACT:
CI pre-commit hook will now pass
FILES MODIFIED:
- tests/shared/test_session_exception_group.py1 parent 0d4e575 commit a6dedc3
File tree
1 file changed
+1
-0
lines changed1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments