style: remove extra blank line before main block

This commit is contained in:
Paul Gauthier 2024-10-30 11:41:11 -07:00 committed by Paul Gauthier (aider)
parent aeca62bcf6
commit 52f697e513

View file

@ -871,7 +871,6 @@ def load_slow_imports(swallow=True):
raise e
if __name__ == "__main__":
status = main()
sys.exit(status)