From 0019a1f7dc87475fc315f44730e97c7247cb4ca6 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 28 Jan 2025 13:31:38 -0800 Subject: [PATCH] style: Apply linter formatting to models.py --- aider/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/models.py b/aider/models.py index 24472e3d6..86daca366 100644 --- a/aider/models.py +++ b/aider/models.py @@ -112,6 +112,7 @@ with importlib.resources.open_text("aider.resources", "model-settings.yml") as f for model_settings_dict in model_settings_list: MODEL_SETTINGS.append(ModelSettings(**model_settings_dict)) + class ModelInfoManager: MODEL_INFO_URL = ( "https://raw.githubusercontent.com/BerriAI/litellm/main/"