mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +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()}")
|
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
|
return True # Safer to assume it's a first run if we hit an error
|
||||||
|
|
||||||
|
|
||||||
def check_and_load_imports(io, verbose=False):
|
def check_and_load_imports(io, verbose=False):
|
||||||
try:
|
try:
|
||||||
is_first_run = is_first_run_of_new_version(io, verbose)
|
is_first_run = is_first_run_of_new_version(io, verbose)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue