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
Remove the hack used while importing third party python libraries.
* The `__init__.py` hack no longer seems to be necessary to import
third party python libraries by name: Bazel appends the appropriate
paths to `sys.path` automatically based on the package deps.
* In fact, `__init__.py` is not used at all under Bazel or within Bazel
built wheels as it is not listed in any deps and hence does not
appear under any module's runfiles.
0 commit comments