mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-23 15:10:48 +03:00
Fix imports.
This commit is contained in:
parent
b193c98e35
commit
dcda05f529
|
@ -4,7 +4,8 @@ import six
|
|||
from django.db import models
|
||||
|
||||
from ...core.classtypes.objecttype import ObjectType, ObjectTypeMeta
|
||||
from ...relay.types import Connection, Node, NodeMeta
|
||||
from ...relay.types import Node, NodeMeta
|
||||
from ...relay.connection import Connection
|
||||
from .converter import convert_django_field_with_choices
|
||||
from .options import DjangoOptions
|
||||
from .utils import get_reverse_fields
|
||||
|
|
|
@ -5,7 +5,8 @@ from sqlalchemy.inspection import inspect as sqlalchemyinspect
|
|||
from sqlalchemy.orm.exc import NoResultFound
|
||||
|
||||
from ...core.classtypes.objecttype import ObjectType, ObjectTypeMeta
|
||||
from ...relay.types import Connection, Node, NodeMeta
|
||||
from ...relay.types import Node, NodeMeta
|
||||
from ...relay.connection import Connection
|
||||
from .converter import (convert_sqlalchemy_column,
|
||||
convert_sqlalchemy_relationship)
|
||||
from .options import SQLAlchemyOptions
|
||||
|
|
Loading…
Reference in New Issue
Block a user