mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:08:16 +08:00
f2dbd3096c
This commit fix some small defects. 1. Remove a comment that should have been removed in #3003 2. Remove `redis_protected_mode` that is never used in `ray.init()` 3. Fix `object_id_seed` that is forgotten to be passed into `ray._init()` 4. Remove several redundant brackets.