mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 20:06:52 +08:00
Replace '__main__' with "__main__". (#4055)
This commit is contained in:
committed by
Philipp Moritz
parent
5f71751891
commit
2d07df7f3f
@@ -25,7 +25,7 @@ def easy_objective(config, reporter):
|
||||
time.sleep(0.02)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == "__main__":
|
||||
import argparse
|
||||
from hyperopt import hp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user