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(python-sdk): resolve type checker errors in extensions.py
- Import re2 and re separately to avoid type alias confusion
- Add isinstance(raw, bytes) assertions after read_file(encoding=None)
to narrow the bytes | str union for the type checker
- Use type: ignore comments for re2 optional import and attribute access
0 commit comments