(Chore): Rename GitHub instances to Git (#7625)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Rohit Malhotra
2025-04-01 12:53:37 -04:00
committed by GitHub
parent 8e61f8e688
commit a2e9e23569
21 changed files with 35 additions and 60 deletions

View File

@@ -185,7 +185,7 @@ class AttachConversationMiddleware(SessionMiddlewareInterface):
return response
class GitHubTokenMiddleware(SessionMiddlewareInterface):
class ProviderTokenMiddleware(SessionMiddlewareInterface):
def __init__(self, app):
self.app = app