Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Oct 9, 2024
1 parent 45b3ac6 commit 63ebf21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/mutations/calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
from ariadne_graphql_modules import GraphQLInput, GraphQLObject
from graphql import GraphQLResolveInfo

from ..scalars.date import DateScalar


class CalcOperation(StrEnum):
ADD = "add"
SUB = "sub"
MUL = "MUL"
MUL = "mul"


class CalcInput(GraphQLInput):
Expand Down

0 comments on commit 63ebf21

Please sign in to comment.