mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-25 19:14:11 +03:00
Remove unused imports (#1127)
* Remove unused imports * Update converter.py
This commit is contained in:
parent
4573d3db53
commit
52880166bd
|
@ -1,5 +1,5 @@
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
from functools import singledispatch, partial, wraps
|
from functools import singledispatch, wraps
|
||||||
|
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.utils.encoding import force_str
|
from django.utils.encoding import force_str
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user