diff --git a/aider/models.py b/aider/models.py index 86daca366..99c994307 100644 --- a/aider/models.py +++ b/aider/models.py @@ -1,4 +1,5 @@ import difflib +import importlib.resources import json import math import os @@ -103,8 +104,6 @@ class ModelSettings: remove_reasoning: Optional[str] = None -import importlib.resources - # Load model settings from package resource MODEL_SETTINGS = [] with importlib.resources.open_text("aider.resources", "model-settings.yml") as f: