Remove unused imports (#1127)

* Remove unused imports

* Update converter.py
This commit is contained in:
Tonye Jack 2021-02-22 23:10:30 -05:00 committed by GitHub
parent 4573d3db53
commit 52880166bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
from collections import OrderedDict
from functools import singledispatch, partial, wraps
from functools import singledispatch, wraps
from django.db import models
from django.utils.encoding import force_str
@ -23,7 +23,6 @@ from graphene import (
Time,
Decimal,
)
from graphene.types.resolver import get_default_resolver
from graphene.types.json import JSONString
from graphene.utils.str_converters import to_camel_case
from graphql import GraphQLError, assert_valid_name