From 528090397a25741364f42b1531616d2cb1f9e1b5 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Mon, 17 Oct 2022 16:05:01 +0200 Subject: [PATCH] Fix lint --- graphene_django/converter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/graphene_django/converter.py b/graphene_django/converter.py index 61ec84f..d9345d8 100644 --- a/graphene_django/converter.py +++ b/graphene_django/converter.py @@ -27,6 +27,7 @@ from graphene.types.json import JSONString from graphene.types.scalars import BigInt from graphene.utils.str_converters import to_camel_case from graphql import GraphQLError + try: from graphql import assert_name except ImportError: