mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: Apply linter formatting to main.py
This commit is contained in:
parent
d3e7d20e30
commit
6357cd623f
1 changed files with 1 additions and 0 deletions
|
@ -890,6 +890,7 @@ def is_first_run_of_new_version(io, verbose=False):
|
|||
io.tool_output(f"Full exception details: {traceback.format_exc()}")
|
||||
return True # Safer to assume it's a first run if we hit an error
|
||||
|
||||
|
||||
def check_and_load_imports(io, verbose=False):
|
||||
try:
|
||||
is_first_run = is_first_run_of_new_version(io, verbose)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue