Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Oct 7, 2024
1 parent 017fe5a commit 4bbdd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/mutations/compare_roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class RoleDiff(IntEnum):
class Mutation(GraphQLObject):
@GraphQLObject.field(name="compareRoles")
@staticmethod
def resolveCompareRoles(
def resolve_compare_roles(
obj, info: GraphQLResolveInfo, *, a: RoleEnum, b: RoleEnum
) -> RoleDiff:
index_a = RoleEnum.__members__.index(a)
Expand Down

0 comments on commit 4bbdd78

Please sign in to comment.