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 dynamic attribute assignment
- Mypy doesn't understand dynamic attributes on Callable types
- Add type: ignore comment to suppress the error
- This is a common pattern for decorators that add attributes
0 commit comments