Skip to content

Commit 5288016

Browse files
authored
Remove unused imports (#1127)
* Remove unused imports * Update converter.py
1 parent 4573d3d commit 5288016

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graphene_django/converter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from collections import OrderedDict
2-
from functools import singledispatch, partial, wraps
2+
from functools import singledispatch, wraps
33

44
from django.db import models
55
from django.utils.encoding import force_str
@@ -23,7 +23,6 @@
2323
Time,
2424
Decimal,
2525
)
26-
from graphene.types.resolver import get_default_resolver
2726
from graphene.types.json import JSONString
2827
from graphene.utils.str_converters import to_camel_case
2928
from graphql import GraphQLError, assert_valid_name

0 commit comments

Comments
 (0)