minor: single quote to double (#156)

This commit is contained in:
Robert Nishihara
2016-06-24 19:43:24 -07:00
committed by Philipp Moritz
parent 3e7fe2e4bd
commit c3335ed093
7 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -80,5 +80,5 @@ class MicroBenchmarkTest(unittest.TestCase):
services.cleanup()
if __name__ == '__main__':
if __name__ == "__main__":
unittest.main()