You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix linting issues in the SSE mount_path tests:
- Remove unused imports (pytest, Starlette, Mount, Route, UUID)
- Remove unused variables (app, app2, transport)
- Fix line length issues
- Improve code organization and formatting
These changes ensure the new tests conform to the project's
style guidelines and pass both ruff format and ruff check.
0 commit comments