mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 23:11:21 +08:00
Minor aesthetic changes to python file. (#4492)
This commit is contained in:
committed by
Hao Chen
parent
09b2961750
commit
a22bf1e511
@@ -1,8 +1,14 @@
|
||||
# This file is used by CrossLanguageInvocationTest.java to test cross-language
|
||||
# invocation.
|
||||
import ray
|
||||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
import six
|
||||
|
||||
import ray
|
||||
|
||||
|
||||
@ray.remote
|
||||
def py_func(value):
|
||||
|
||||
Reference in New Issue
Block a user