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
Summary:
As of the previous sequence of changes, none of our code uses `six`. We
still keep it in the build workspace because protobuf requires that it
exist there (see comment in `third_party/python.bzl`), but we can remove
all dependency edges from our code to `@org_pythonhosted_six`.
Generated with:
```
buildozer //tensorboard/...:all 'remove deps @org_pythonhosted_six'
```
Test Plan:
It suffices that all tests pass both here and in a test sync.
wchargin-branch: py3-no-six-deps
0 commit comments