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
- `StringIO` expectes `Text`, not `bytes`.
- `string.join(a,b)` is replaced with `b.join(a)`
Fixes#682
COPYBARA_INTEGRATE_REVIEW=#682 from nakulj:patch-2 6f86f50
PiperOrigin-RevId: 409992189
0 commit comments