exit(main()) -> raise SystemExit(main()) pt2
Committed via https://github.com/asottile/all-repos
This commit is contained in:
@@ -87,4 +87,4 @@ def main() -> int:
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
exit(main())
|
||||
raise SystemExit(main())
|
||||
|
||||
Reference in New Issue
Block a user