mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
style: add newline before function call in main.py
This commit is contained in:
parent
d0ef9945ee
commit
9d8048d02c
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ def register_litellm_models(git_root, model_metadata_fname, io, verbose=False):
|
|||
|
||||
def main(argv=None, input=None, output=None, force_git_root=None, return_coder=False):
|
||||
from aider.report import report_uncaught_exceptions
|
||||
|
||||
report_uncaught_exceptions()
|
||||
|
||||
if argv is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue