mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:29:38 +08:00
Don't call colorama.init(). (#799)
This commit is contained in:
committed by
Philipp Moritz
parent
8c8258de20
commit
fcd07b10b5
@@ -276,7 +276,6 @@ class Worker(object):
|
||||
SILENT_MODE.
|
||||
"""
|
||||
self.mode = mode
|
||||
colorama.init()
|
||||
|
||||
def store_and_register(self, object_id, value, depth=100):
|
||||
"""Store an object and attempt to register its class if needed.
|
||||
|
||||
Reference in New Issue
Block a user