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: add type ignore for requests import and sync baseline
Add type: ignore[import-untyped] comment for the local requests
import in _setup_sse_connection to suppress mypy warning about
missing stubs.
Update mypy-baseline.txt to reflect the 3 fixed violations.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments