Enforce quoting style in Travis. (#4589)

This commit is contained in:
justinwyang
2019-04-11 14:24:26 -07:00
committed by Robert Nishihara
parent 6697407ec4
commit e88e706fcc
79 changed files with 777 additions and 778 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ parser.add_argument(
parser.add_argument(
"--load-code-from-local",
default=False,
action='store_true',
action="store_true",
help="True if code is loaded from local files, as opposed to the GCS.")
if __name__ == "__main__":