mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Minor aesthetic changes to python file. (#4492)
This commit is contained in:
parent
09b2961750
commit
a22bf1e511
1 changed files with 7 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue