mirror of
https://github.com/wassname/ray.git
synced 2026-08-15 12:45:23 +08:00
minor: single quote to double (#156)
This commit is contained in:
committed by
Philipp Moritz
parent
3e7fe2e4bd
commit
c3335ed093
@@ -80,5 +80,5 @@ class MicroBenchmarkTest(unittest.TestCase):
|
||||
|
||||
services.cleanup()
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user