double-quote-string-fixer

This commit is contained in:
Anthony Sottile 2019-02-11 19:57:37 -08:00
parent 4575652bd2
commit 8626e266dd
8 changed files with 27 additions and 26 deletions

View file

@ -147,5 +147,5 @@ def main(argv=None): # type: (Optional[Sequence[str]]) -> int
return retv
if __name__ == "__main__":
if __name__ == '__main__':
exit(main())