mirror of
https://github.com/wassname/ray.git
synced 2026-07-25 13:30:52 +08:00
Replace '__main__' with "__main__". (#4055)
This commit is contained in:
committed by
Philipp Moritz
parent
5f71751891
commit
2d07df7f3f
@@ -87,7 +87,7 @@ def _from_pinnable(obj):
|
||||
return obj[0]
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == "__main__":
|
||||
ray.init()
|
||||
X = pin_in_object_store("hello")
|
||||
print(X)
|
||||
|
||||
Reference in New Issue
Block a user