Skip to content

Commit f8f4b49

Browse files
ImTotemclaude
andcommitted
fix(lint): match base class parameter name execution_context
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a87bb5f commit f8f4b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bcsd_api/graphql/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Mutation:
5757

5858

5959
class _Schema(strawberry.Schema):
60-
def process_errors(self, errors: List[GraphQLError], ctx: ExecutionContext | None = None) -> None:
60+
def process_errors(self, errors: List[GraphQLError], execution_context: ExecutionContext | None = None) -> None:
6161
for err in errors:
6262
if isinstance(err.original_error, AppException):
6363
continue

0 commit comments

Comments
 (0)