From fcd07b10b57e1bebd89344b6545679f58acc57ef Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Tue, 1 Aug 2017 18:58:48 -0700 Subject: [PATCH] Don't call colorama.init(). (#799) --- python/ray/worker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/ray/worker.py b/python/ray/worker.py index fa956ac30..c8811ad82 100644 --- a/python/ray/worker.py +++ b/python/ray/worker.py @@ -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.