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(typing): Guard typing_extensions import in test fixtures
Ensures the typing_extensions import in test fixture _types.py is
properly guarded to avoid runtime ImportError when typing_extensions
is not available.
0 commit comments