mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: add newline after json import in main.py
This commit is contained in:
parent
c04453d282
commit
9b924237b7
1 changed files with 1 additions and 0 deletions
|
@ -511,6 +511,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
|
||||
if args.verbose:
|
||||
import json
|
||||
|
||||
io.tool_output("Model info:")
|
||||
io.tool_output(json.dumps(main_model.info, indent=4))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue