Don't call colorama.init(). (#799)

This commit is contained in:
Robert Nishihara
2017-08-01 18:58:48 -07:00
committed by Philipp Moritz
parent 8c8258de20
commit fcd07b10b5
-1
View File
@@ -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.