mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
style(github_copilot): shorten __init__ docstring to avoid Black edge case
This commit is contained in:
parent
3aa63d524e
commit
b7aa045de1
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue