Remove six and cloudpickle from setup.py. (#7694)

This commit is contained in:
Robert Nishihara
2020-03-23 11:42:05 -07:00
committed by GitHub
parent 1a0c9228d0
commit ee8c9ff732
15 changed files with 20 additions and 67 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
from abc import ABC, abstractmethod
import typing
import cloudpickle
from ray import cloudpickle
from ray.streaming.runtime import gateway_client
+1 -1
View File
@@ -1,7 +1,7 @@
import importlib
from abc import ABC, abstractmethod
import cloudpickle
from ray import cloudpickle
from ray.streaming.runtime import gateway_client