mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
fixed
This commit is contained in:
parent
7ba826fb49
commit
c01229ffa0
|
@ -1,6 +1,6 @@
|
||||||
from .types import DjangoObjectType
|
from .types import DjangoObjectType
|
||||||
from .fields import DjangoConnectionField
|
from .fields import DjangoConnectionField
|
||||||
|
|
||||||
__version__ = "2.2.3"
|
__version__ = "2.2.3.1"
|
||||||
|
|
||||||
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]
|
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
from functools import singledispatch
|
from functools import singledispatch
|
||||||
from typing import Union, Callable, Optional, Type
|
from typing import Union, Callable, Optional, Type
|
||||||
from types import GeneratorType
|
from types import GeneratorType
|
||||||
from functools import wraps, single_dispatch
|
from functools import wraps, singledispatch
|
||||||
|
|
||||||
from django.utils.translation import ugettext as _
|
from django.utils.translation import ugettext as _
|
||||||
from graphene import String, List, ID, ObjectType, Field
|
from graphene import String, List, ID, ObjectType, Field
|
||||||
|
|
Loading…
Reference in New Issue
Block a user