Partially revert "[Core/RLlib] Move log_once from rllib to ray.util. (#7273)" (#7361)

This partially reverts commit 357232d124.

The addition of python/__init__.py broke the build on Windows. However, this is difficult to notice because Bazel doesn't seem to notice this dependency. You first have to go to a commit that fails on this issue, and then try to re-build this commit, so that Bazel actually performs a rebuild.

A useful command-line for triggering the exact build i:

bazel build --compile_one_dependency //:python/ray/_raylet.pyx
This commit is contained in:
mehrdadn 2020-02-28 10:27:45 -08:00 committed by GitHub
parent 5fb5be0ba5
commit fb0bc7b947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file