From 6357cd623f00a78333d91df3a749c7826c768fcb Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 19 Nov 2024 17:25:02 -0800 Subject: [PATCH] style: Apply linter formatting to main.py --- aider/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/main.py b/aider/main.py index e6ef6ed53..8a699f12a 100644 --- a/aider/main.py +++ b/aider/main.py @@ -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)