Skip to content

Commit

Permalink
Fix import from graphql_relay
Browse files Browse the repository at this point in the history
The module name was deprecated, but all imports
should be made from the top level anyway.
  • Loading branch information
Cito committed Jan 28, 2022
1 parent 284b88c commit 4392985
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions graphene_sqlalchemy/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
from graphene import NonNull
from graphene.relay import Connection, ConnectionField
from graphene.relay.connection import connection_adapter, page_info_adapter
from graphql_relay.connection.arrayconnection import \
connection_from_array_slice
from graphql_relay import connection_from_array_slice

from .batching import get_batch_resolver
from .utils import EnumValue, get_query
Expand Down

0 comments on commit 4392985

Please sign in to comment.