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:15:30 -07:00
parent 1cad38d632
commit ae30b5763c

View File

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