Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Oct 10, 2024
1 parent 5a08c59 commit 19a8a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/mutations/enum_repr.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from ariadne_graphql_modules import GraphQLObject
from graphql import GraphQLResolveInfo

from ..enums.role import RoleEnum


class TestEnum(IntEnum):
LOREM = 0
Expand Down

0 comments on commit 19a8a36

Please sign in to comment.