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
- Add type: ignore comments for mypy compatibility
- Mypy doesn't understand the runtime check for async functions
- All 72 source files now pass type checking
The decorators correctly use async_wrapper only for async functions
at runtime, but mypy can't infer this from the code structure.
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
0 commit comments