From 19a8a365fbe6e835e1bff47bc071b2b4cf2085b7 Mon Sep 17 00:00:00 2001 From: rafalp Date: Thu, 10 Oct 2024 22:13:54 +0200 Subject: [PATCH] Fix linters --- example/mutations/enum_repr.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/mutations/enum_repr.py b/example/mutations/enum_repr.py index 70242d3..9906dc0 100644 --- a/example/mutations/enum_repr.py +++ b/example/mutations/enum_repr.py @@ -3,8 +3,6 @@ from ariadne_graphql_modules import GraphQLObject from graphql import GraphQLResolveInfo -from ..enums.role import RoleEnum - class TestEnum(IntEnum): LOREM = 0