We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4573d3d commit 5288016Copy full SHA for 5288016
graphene_django/converter.py
@@ -1,5 +1,5 @@
1
from collections import OrderedDict
2
-from functools import singledispatch, partial, wraps
+from functools import singledispatch, wraps
3
4
from django.db import models
5
from django.utils.encoding import force_str
@@ -23,7 +23,6 @@
23
Time,
24
Decimal,
25
)
26
-from graphene.types.resolver import get_default_resolver
27
from graphene.types.json import JSONString
28
from graphene.utils.str_converters import to_camel_case
29
from graphql import GraphQLError, assert_valid_name
0 commit comments