From b259226770b7d9f5091567288b504652b04a74f6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 3 Jun 2025 09:27:57 -0700 Subject: [PATCH] lint --- aider/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/models.py b/aider/models.py index 9515a2d57..df7b95152 100644 --- a/aider/models.py +++ b/aider/models.py @@ -890,6 +890,7 @@ class Model(ModelSettings): class GitHubCopilotTokenError(Exception): """Custom exception for GitHub Copilot token-related errors.""" + pass # Validate GitHub Copilot token exists