mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:53:14 +08:00
Remove six and cloudpickle from setup.py. (#7694)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# This file is used by CrossLanguageInvocationTest.java to test cross-language
|
||||
# invocation.
|
||||
|
||||
import six
|
||||
|
||||
import ray
|
||||
|
||||
|
||||
@@ -63,4 +61,4 @@ class Counter(object):
|
||||
|
||||
def increase(self, delta):
|
||||
self.value += int(delta)
|
||||
return str(self.value).encode("utf-8") if six.PY3 else str(self.value)
|
||||
return str(self.value).encode("utf-8")
|
||||
|
||||
Reference in New Issue
Block a user