mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
style(github_copilot): simplify _get_github_headers return type annotation
This commit is contained in:
parent
d369f0a1c1
commit
3aa63d524e
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ class Authenticator:
|
|||
if not os.path.exists(self.token_dir):
|
||||
os.makedirs(self.token_dir, exist_ok=True)
|
||||
|
||||
def _get_github_headers(self, access_token: Optional[str] = None) -> Dict[str, str]:
|
||||
def _get_github_headers(self, access_token: Optional[str] = None) -> dict:
|
||||
"""
|
||||
Generate standard GitHub headers for API requests.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue