Skip to content

Commit

Permalink
Fixed deprecation warning (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira authored Sep 24, 2022
1 parent 97442f9 commit 0b2cc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_django/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from django.db.models.query import QuerySet

from graphql_relay.connection.array_connection import (
from graphql_relay import (
connection_from_array_slice,
cursor_to_offset,
get_offset_with_default,
Expand Down

0 comments on commit 0b2cc4e

Please sign in to comment.