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: resolve pyright type checking errors in example file
- Use Callable from collections.abc instead of lowercase callable
- Remove unnecessary isinstance check (dict[str, Any] is always dict)
- Add explicit type annotations for variables to satisfy pyright
0 commit comments