Add extensive typing to controller directory (#7731)

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Ray Myers <ray.myers@gmail.com>
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
This commit is contained in:
Graham Neubig
2025-04-23 11:33:17 -04:00
committed by GitHub
parent fa559ace86
commit dc91cb263b
12 changed files with 95 additions and 58 deletions

View File

@@ -46,7 +46,7 @@ class GitHubService(BaseGitService, GitService):
@property
def provider(self) -> str:
return ProviderType.GITHUB.value
async def _get_github_headers(self) -> dict:
"""Retrieve the GH Token from settings store to construct the headers."""
if not self.token: