Replace '__main__' with "__main__". (#4055)

This commit is contained in:
Robert Nishihara
2019-02-15 13:32:43 -08:00
committed by Philipp Moritz
parent 5f71751891
commit 2d07df7f3f
21 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -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