mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 10:01:11 +08:00
Enforce quoting style in Travis. (#4589)
This commit is contained in:
committed by
Robert Nishihara
parent
6697407ec4
commit
e88e706fcc
@@ -43,7 +43,7 @@ class RemoteFunction(object):
|
||||
self._function = function
|
||||
self._function_descriptor = FunctionDescriptor.from_function(function)
|
||||
self._function_name = (
|
||||
self._function.__module__ + '.' + self._function.__name__)
|
||||
self._function.__module__ + "." + self._function.__name__)
|
||||
self._num_cpus = (DEFAULT_REMOTE_FUNCTION_CPUS
|
||||
if num_cpus is None else num_cpus)
|
||||
self._num_gpus = num_gpus
|
||||
|
||||
Reference in New Issue
Block a user