exit(main()) -> raise SystemExit(main()) pt2

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2021-10-24 07:19:57 -07:00
parent 26a05b547e
commit 28cafc2273
5 changed files with 5 additions and 5 deletions

View file

@ -45,4 +45,4 @@ def main() -> int:
if __name__ == '__main__':
exit(main())
raise SystemExit(main())