mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Simplify microagents (#8114)
Co-authored-by: Robert Brennan <accounts@rbren.io>
This commit is contained in:
@@ -109,7 +109,7 @@ class GitLabService(BaseGitService, GitService):
|
||||
raise self.handle_http_error(e)
|
||||
|
||||
async def execute_graphql_query(
|
||||
self, query: str, variables: dict[str, Any]|None = None
|
||||
self, query: str, variables: dict[str, Any] | None = None
|
||||
) -> Any:
|
||||
"""
|
||||
Execute a GraphQL query against the GitLab GraphQL API
|
||||
|
||||
Reference in New Issue
Block a user