From b7aa045de11e1004d3dfab4531b85b12d4c4185d Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Fri, 17 Apr 2026 13:33:14 -0700 Subject: [PATCH] style(github_copilot): shorten __init__ docstring to avoid Black edge case --- litellm/llms/github_copilot/authenticator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/github_copilot/authenticator.py b/litellm/llms/github_copilot/authenticator.py index 7978ee02a67..6c646c4f755 100644 --- a/litellm/llms/github_copilot/authenticator.py +++ b/litellm/llms/github_copilot/authenticator.py @@ -26,7 +26,7 @@ GITHUB_API_KEY_URL = "https://api.github.com/copilot_internal/v2/token" class Authenticator: def __init__(self) -> None: - """Initialize the GitHub Copilot authenticator with configurable token paths.""" + """GitHub Copilot authenticator - sets up configurable token file paths.""" # Token storage paths self.token_dir = os.getenv( "GITHUB_COPILOT_TOKEN_DIR",