Update converter.py

This commit is contained in:
Tonye Jack 2021-02-20 12:44:26 -05:00 committed by GitHub
parent 513f6a72d9
commit 57fef9deb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,6 @@ from graphene import (
Time, Time,
Decimal, Decimal,
) )
from graphene.types.resolver import get_default_resolver
from graphene.types.json import JSONString from graphene.types.json import JSONString
from graphene.utils.str_converters import to_camel_case from graphene.utils.str_converters import to_camel_case
from graphql import GraphQLError, assert_valid_name from graphql import GraphQLError, assert_valid_name