Fixed deprecation warning

This commit is contained in:
Forest Anderson 2022-03-09 13:40:55 -05:00
parent f6ec0689c1
commit 40cc0b0f7b

View File

@ -2,7 +2,7 @@ from functools import partial
from django.db.models.query import QuerySet from django.db.models.query import QuerySet
from graphql_relay.connection.array_connection import ( from graphql_relay import (
connection_from_array_slice, connection_from_array_slice,
cursor_to_offset, cursor_to_offset,
get_offset_with_default, get_offset_with_default,