Simplify microagents (#8114)

Co-authored-by: Robert Brennan <accounts@rbren.io>
This commit is contained in:
Engel Nyst
2025-04-28 17:00:06 +02:00
committed by GitHub
parent 107789b5a8
commit 1b63633030
28 changed files with 133 additions and 229 deletions

View File

@@ -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