fix bug, empty function should return nothing (#225)

This commit is contained in:
Robert Nishihara
2016-07-07 14:07:33 -07:00
committed by Philipp Moritz
parent 8e6b7929d6
commit 365322e139
+1 -1
View File
@@ -26,7 +26,7 @@ def test_alias_h():
@ray.remote([], [])
def empty_function():
return ()
pass
@ray.remote([], [int])
def trivial_function():