Skip to content

Commit a6dedc3

Browse files
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.py
1 parent 0d4e575 commit a6dedc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/shared/test_session_exception_group.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test that BaseSession unwraps ExceptionGroups properly."""
2+
23
from __future__ import annotations
34

45
import anyio

0 commit comments

Comments
 (0)